Changeset 1397 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Mar 11, 2007 10:27:25 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r967 r1397 807 807 808 808 LogFlow(("SDL GUI started\n")); 809 RTPrintf("VirtualBox SDL GUI % d.%d.%dbuilt %s %s\n",810 VBOX_VERSION_ MAJOR, VBOX_VERSION_MINOR, VBOX_VERSION_BUILD, __DATE__, __TIME__);809 RTPrintf("VirtualBox SDL GUI %s built %s %s\n", 810 VBOX_VERSION_STRING, __DATE__, __TIME__); 811 811 812 812 // less than one parameter is not possible
Note:
See TracChangeset
for help on using the changeset viewer.