- Timestamp:
- Feb 3, 2010 2:49:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r25875 r26197 1346 1346 g_pszProgName = RTPathFilename(argv[0]); 1347 1347 if (showlogo) 1348 RTPrintf( "VirtualBoxGuest Additions Command Line Management Interface Version "1348 RTPrintf(VBOX_PRODUCT " Guest Additions Command Line Management Interface Version " 1349 1349 VBOX_VERSION_STRING "\n" 1350 "(C) 2008- 2010 Sun Microsystems, Inc.\n"1350 "(C) 2008-" VBOX_C_YEAR " " VBOX_VENDER "\n" 1351 1351 "All rights reserved.\n\n"); 1352 1352 if (dohelp)
Note:
See TracChangeset
for help on using the changeset viewer.