Revision: 6644
http://playerstage.svn.sourceforge.net/playerstage/?rev=6644&view=rev
Author: jeremy_asher
Date: 2008-06-18 14:56:47 -0700 (Wed, 18 Jun 2008)
Log Message:
-----------
Fixed some menu hotkeys
Modified Paths:
--------------
code/stage/trunk/libstage/worldgui.cc
Modified: code/stage/trunk/libstage/worldgui.cc
===================================================================
--- code/stage/trunk/libstage/worldgui.cc 2008-06-18 21:49:58 UTC (rev
6643)
+++ code/stage/trunk/libstage/worldgui.cc 2008-06-18 21:56:47 UTC (rev
6644)
@@ -152,9 +152,9 @@
mbar->add( "&File", 0, 0, 0, FL_SUBMENU );
mbar->add( "File/&Load World...", FL_CTRL + 'l', (Fl_Callback
*)LoadCallback, this, FL_MENU_DIVIDER );
- mbar->add( "File/Save World", FL_CTRL + 's', (Fl_Callback
*)SaveCallback, this );
+ mbar->add( "File/&Save World", FL_CTRL + 's', (Fl_Callback
*)SaveCallback, this );
mbar->add( "File/Save World &As...", FL_CTRL + FL_SHIFT + 's',
(Fl_Callback *)SaveAsCallback, this, FL_MENU_DIVIDER );
- mbar->add( "File/Exit", FL_CTRL+'q', (Fl_Callback *)QuitCallback, this
);
+ mbar->add( "File/E&xit", FL_CTRL+'q', (Fl_Callback *)QuitCallback, this
);
mbar->add( "&View", 0, 0, 0, FL_SUBMENU );
mbar->add( MITEM_VIEW_DATA, 'd', (Fl_Callback*)view_toggle_cb,
(void*)canvas,
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit