Changeset 1755 for code/trunk/src/orxonox/gui
- Timestamp:
- Sep 10, 2008, 1:37:36 AM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 1 edited
- 9 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/gui (added) merged: 1636,1638,1640-1647,1649-1654,1656,1659-1665,1670,1672-1674,1686,1688-1692,1694-1697,1704 /code/branches/input (added) merged: 1629-1630
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/gui/GUIManager.cc
r1724 r1755 57 57 namespace orxonox 58 58 { 59 SetConsoleCommandShortcut(GUIManager, showGUI_s). setKeybindMode(KeybindMode::OnPress);59 SetConsoleCommandShortcut(GUIManager, showGUI_s).keybindMode(KeybindMode::OnPress); 60 60 61 61 GUIManager* GUIManager::singletonRef_s = 0;
Note: See TracChangeset
for help on using the changeset viewer.