Changeset 26098 in vbox for trunk/src/VBox
- Timestamp:
- Jan 29, 2010 11:34:27 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57073
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp
r26038 r26098 76 76 #if VBOX_OSE 77 77 mAboutText = aboutText + " " + versionText.arg (mVersion) + "\n" + 78 QString ("%1 2004- 2010" VBOX_VENDOR).arg (QChar (0xa9));78 QString ("%1 2004-" VBOX_C_YEAR " " VBOX_VENDOR).arg (QChar (0xa9)); 79 79 #else /* VBOX_OSE */ 80 80 mAboutText = aboutText + "\n" + -
trunk/src/VBox/Main/generic/OpenGLTestApp.cpp
r26034 r26098 185 185 /* register this logger as the release logger */ 186 186 RTLogRelSetDefaultInstance(loggerRelease); 187 187 188 188 return VINF_SUCCESS; 189 189 } … … 287 287 case 'h': 288 288 RTPrintf(VBOX_PRODUCT " Helper for testing 2D/3D OpenGL capabilities %u.%u.%u\n" 289 "(C) 2009- 2010" VBOX_VENDOR "\n"289 "(C) 2009-" VBOX_C_YEAR " " VBOX_VENDOR "\n" 290 290 "All rights reserved.\n" 291 291 "\n"
Note:
See TracChangeset
for help on using the changeset viewer.