Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2618 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui.cc


Ignore:
Timestamp:
Oct 22, 2004, 2:05:45 AM (21 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: added Version number to the GUI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui.cc

    r2614 r2618  
    5858  gtk_rc_parse( "rc" );
    5959 
    60   orxonoxGUI = new Window("Graphical Orxonox Launcher");
     60  orxonoxGUI = new Window( "Grafical OrxOnoX loader, "PACKAGE_VERSION );
    6161  orxonoxGUI->connectSignal ("destroy", orxonoxGUI->orxonox_gui_quit);
    6262  orxonoxGUI->connectSignal ("delete_event", orxonoxGUI->orxonox_gui_quit);
Note: See TracChangeset for help on using the changeset viewer.