Changeset 18265 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Mar 25, 2009 5:09:08 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45012
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r18177 r18265 1138 1138 1139 1139 LogFlow(("SDL GUI started\n")); 1140 RTPrintf("Sun xVMVirtualBox SDL GUI version %s\n"1140 RTPrintf("Sun VirtualBox SDL GUI version %s\n" 1141 1141 "(C) 2005-2009 Sun Microsystems, Inc.\n" 1142 1142 "All rights reserved.\n\n", … … 4047 4047 4048 4048 4049 strcpy(szTitle, "Sun xVMVirtualBox - ");4049 strcpy(szTitle, "Sun VirtualBox - "); 4050 4050 4051 4051 Bstr name; … … 4168 4168 setUITitle(szTitle); 4169 4169 #else 4170 SDL_WM_SetCaption(szTitle, "Sun xVMVirtualBox");4170 SDL_WM_SetCaption(szTitle, "Sun VirtualBox"); 4171 4171 #endif 4172 4172 }
Note:
See TracChangeset
for help on using the changeset viewer.