Changeset 12320 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 9, 2008 8:03:07 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
r11820 r12320 431 431 int rc = VINF_SUCCESS; 432 432 433 RTPrintf(" VirtualBox Simple SDL GUI built %s %s\n", __DATE__, __TIME__);433 RTPrintf("Sun xVM VirtualBox Simple SDL GUI built %s %s\n", __DATE__, __TIME__); 434 434 435 435 // less than one parameter is not possible -
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r11822 r12320 1132 1132 1133 1133 LogFlow(("SDL GUI started\n")); 1134 RTPrintf(" VirtualBox SDL GUI %s built %s %s\n",1134 RTPrintf("Sun xVM VirtualBox SDL GUI %s built %s %s\n", 1135 1135 VBOX_VERSION_STRING, __DATE__, __TIME__); 1136 1136 -
trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp
r12288 r12320 159 159 #endif 160 160 161 RTPrintf(" VirtualBox Graphical User Interface "VBOX_VERSION_STRING"\n"161 RTPrintf("Sun xVM VirtualBox Graphical User Interface "VBOX_VERSION_STRING"\n" 162 162 "(C) 2005-2008 Sun Microsystems, Inc.\n" 163 163 "All rights reserved.\n"
Note:
See TracChangeset
for help on using the changeset viewer.