- Timestamp:
- May 7, 2005, 11:38:19 PM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/globals.h
r4091 r4119 6 6 */ 7 7 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" 10 17 11 18 #define DEFAULT_CONFIG_FILE "~/.orxonox/orxonox.conf" … … 65 72 #define CONFIG_NAME_VIEW5 "view5" 66 73 67 #endif /* _DEFAULTS_H */ 74 75 #endif /* _GLOBALS_H */ -
orxonox/trunk/src/lib/gui/gui/gui_banner.cc
r4056 r4119 76 76 77 77 //! \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); 79 79 logoBox->fill(orxIsLabel); 80 80 logoEventBox->fill(logoBox);
Note: See TracChangeset
for help on using the changeset viewer.