Changed a comment

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34329 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2009-11-28 16:35:30 +00:00
parent 251d6fa726
commit af10de93a4
+4 -2
View File
@@ -368,8 +368,10 @@ BMenu::AttachedToWindow()
// TODO: Move into init_interface_kit().
// Currently we can't do that, as get_key_map() blocks forever
// when called there. Probably because the BApplication isn't yet
// initialized, or running.
// when called on input_server initialization, since it tries
// to send a synchronous message to itself (input_server is
// a BApplication)
BMenu::sAltAsCommandKey = true;
key_map* keys = NULL;
char* chars = NULL;