Changeset 3022 in orxonox.OLD for orxonox/trunk/src/orxonox.cc
- Timestamp:
- Nov 29, 2004, 8:35:20 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r2817 r3022 148 148 149 149 // 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); 152 151 153 152 // TO DO: Create a cool icon and use it here
Note: See TracChangeset
for help on using the changeset viewer.