Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3022 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
Nov 29, 2004, 8:35:20 PM (21 years ago)
Author:
bensch
Message:

orxonox/trunk/src: Version-information added to captions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r2817 r3022  
    148148 
    149149  // Set window labeling
    150   // TO DO: Add version information to caption
    151   SDL_WM_SetCaption( "Orxonox", "Orxonox");
     150  SDL_WM_SetCaption( "Orxonox " PACKAGE_VERSION, "Orxonox " PACKAGE_VERSION);
    152151 
    153152  // TO DO: Create a cool icon and use it here
Note: See TracChangeset for help on using the changeset viewer.