Changeset 3255 in orxonox.OLD for orxonox/branches/updater
- Timestamp:
- Dec 23, 2004, 2:06:17 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_update.cc
r3254 r3255 61 61 updateWindowBox = new Box ('v'); 62 62 63 updateData = new Button ("update Orxonox::Data");63 updateData = new Button ("update orxonox::Data"); 64 64 65 65 #ifdef HAVE_GTK2 … … 67 67 #endif /* HAVE_GTK2 */ 68 68 69 updateSource = new Button ("update Orxonox::Source");69 updateSource = new Button ("update orxonox::Source"); 70 70 #ifdef HAVE_GTK2 71 71 updateSource->connectSignal("button_press_event", updateData, updateSourceFunc);
Note: See TracChangeset
for help on using the changeset viewer.