Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3022 in orxonox.OLD


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

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

Location:
orxonox/trunk/src
Files:
2 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
  • orxonox/trunk/src/orxonox.h

    r2995 r3022  
    66#ifndef ORXONOX_H
    77#define ORXONOX_H
     8
     9// this includes the information from configure/makefiles
     10#if HAVE_CONFIG_H
     11#include <config.h>
     12#endif
    813
    914#include "stdincl.h"
Note: See TracChangeset for help on using the changeset viewer.