Changeset 29067 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 5, 2010 11:55:48 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61117
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r29007 r29067 5223 5223 vm_render_mode_str = qApp->argv() [i]; 5224 5224 } 5225 else if (!::strcmp (arg, "--no-startvm-errormsgbox")) 5226 { 5227 mShowStartVMErrors = false; 5228 } 5225 5229 #ifdef VBOX_WITH_DEBUGGER_GUI 5226 5230 else if (!::strcmp (arg, "-dbg") || !::strcmp (arg, "--dbg")) … … 5261 5265 { 5262 5266 mStartPaused = false; 5263 }5264 else if (!::strcmp (arg, "--no-startvm-errormsgbox"))5265 {5266 mShowStartVMErrors = false;5267 5267 } 5268 5268 #endif -
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r28843 r29067 260 260 " --fullscreen switch to fullscreen mode during startup\n" 261 261 " --rmode %-18s select different render mode (default is %s)\n" 262 " --no-startvm-errormsgbox do not show a message box for VM start errors\n" 262 263 # ifdef VBOX_WITH_DEBUGGER_GUI 263 264 " --dbg enable the GUI debug menu\n" … … 268 269 " --start-paused start the VM in the paused state\n" 269 270 " --start-running start the VM running (for overriding --debug*)\n" 270 " --no-startvm-errormsgbox do not show a message box for VM start errors\n"271 271 "\n" 272 272 "The following environment variables are evaluated:\n"
Note:
See TracChangeset
for help on using the changeset viewer.