Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4119 in orxonox.OLD


Ignore:
Timestamp:
May 7, 2005, 11:38:19 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: staff-section added

Location:
orxonox/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/defs/globals.h

    r4091 r4119  
    66*/
    77
    8 #ifndef _DEFAULTS_H
    9 #define _DEFAULTS_H
     8#ifndef _GLOBALS_H
     9#define _GLOBALS_H
     10
     11#define ORXONOX_STAFF "Patrick Boenzli - Captain\n" \
     12                      "Benjamin Grauer - First Officer\n" \
     13                      "Christian Meyer - Engeneer\n" \
     14                      "Nico Bernold - Physics\n" \
     15                      "David Gruetter - The ProtoType\n" \
     16                      "many more\n"
    1017
    1118#define DEFAULT_CONFIG_FILE "~/.orxonox/orxonox.conf"
     
    6572#define CONFIG_NAME_VIEW5 "view5"
    6673
    67 #endif /* _DEFAULTS_H */
     74
     75#endif /* _GLOBALS_H */
  • orxonox/trunk/src/lib/gui/gui/gui_banner.cc

    r4056 r4119  
    7676
    7777    //! \todo add the names of all the guys working on orxonox
    78     orxIsLabel = new Label(PACKAGE_NAME " is:\nPatrick Boenzli - main Developer\nBenjamin Grauer - right Hand\n....");
     78    orxIsLabel = new Label("           " PACKAGE_NAME " is:\n" ORXONOX_STAFF);
    7979    logoBox->fill(orxIsLabel);
    8080    logoEventBox->fill(logoBox);
Note: See TracChangeset for help on using the changeset viewer.