Changeset 4836 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui_banner.cc
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui_banner.cc
r4746 r4836 32 32 33 33 /** 34 \briefCreates a new BannerEventBox and its content.34 * Creates a new BannerEventBox and its content. 35 35 */ 36 36 GuiBanner::GuiBanner() … … 75 75 logoBox->fill(logoImage); 76 76 77 //! \todo add the names of all the guys working on orxonox77 //! @todo add the names of all the guys working on orxonox 78 78 orxIsLabel = new Label(" " PACKAGE_NAME " is:\n" ORXONOX_STAFF); 79 79 logoBox->fill(orxIsLabel); … … 90 90 91 91 /** 92 \briefDestructs it.92 * Destructs it. 93 93 */ 94 94 GuiBanner::~GuiBanner()
Note: See TracChangeset
for help on using the changeset viewer.