Changeset 54081 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 5, 2015 1:23:04 PM (10 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r53815 r54081 3981 3981 } 3982 3982 #endif /* VBOX_GUI_WITH_PIDFILE */ 3983 else if (!::strcmp(arg, "-normal") || !::strcmp(arg, "--normal")) 3984 { 3985 visualStateType = UIVisualStateType_Normal; 3986 } 3983 3987 else if (!::strcmp(arg, "-fullscreen") || !::strcmp(arg, "--fullscreen")) 3984 3988 { -
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r54077 r54081 234 234 " --startvm <vmname|UUID> start a VM by specifying its UUID or name\n" 235 235 " --separate start a separate VM process\n" 236 " --normal keep normal (windowed) mode during startup\n" 237 " --fullscreen switch to fullscreen mode during startup\n" 236 238 " --seamless switch to seamless mode during startup\n" 237 " -- fullscreen switch to fullscreenmode during startup\n"239 " --scale switch to scale mode during startup\n" 238 240 " --no-startvm-errormsgbox do not show a message box for VM start errors\n" 239 241 " --restore-current restore the current snapshot before starting\n"
Note:
See TracChangeset
for help on using the changeset viewer.