Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

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

Location:
orxonox/trunk/gui
Files:
2 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);
  • orxonox/trunk/gui/orxonox_gui.h

    r2614 r2618  
    66#ifndef _ORXONOX_GUI_H
    77#define _ORXONOX_GUI_H
     8
     9#if HAVE_CONFIG_H
     10#include <config.h>
     11#endif
    812
    913#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.