Changeset 8049 in vbox
- Timestamp:
- Apr 16, 2008 3:53:00 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29722
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r7714 r8049 3960 3960 3961 3961 3962 strcpy(szTitle, " innotekVirtualBox - ");3962 strcpy(szTitle, "Sun xVM VirtualBox - "); 3963 3963 3964 3964 Bstr name; … … 4081 4081 setUITitle(szTitle); 4082 4082 #else 4083 SDL_WM_SetCaption(szTitle, " innotekVirtualBox");4083 SDL_WM_SetCaption(szTitle, "Sun xVM VirtualBox"); 4084 4084 #endif 4085 4085 }
Note:
See TracChangeset
for help on using the changeset viewer.