VirtualBox

Changeset 29067 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 5, 2010 11:55:48 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61117
Message:

Frontends/VirtualBox: Misplaced handling of --no-startvm-errormsgbox. Has nothing to do with the debugging stuff.

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  
    52235223                vm_render_mode_str = qApp->argv() [i];
    52245224        }
     5225        else if (!::strcmp (arg, "--no-startvm-errormsgbox"))
     5226        {
     5227            mShowStartVMErrors = false;
     5228        }
    52255229#ifdef VBOX_WITH_DEBUGGER_GUI
    52265230        else if (!::strcmp (arg, "-dbg") || !::strcmp (arg, "--dbg"))
     
    52615265        {
    52625266            mStartPaused = false;
    5263         }
    5264         else if (!::strcmp (arg, "--no-startvm-errormsgbox"))
    5265         {
    5266             mShowStartVMErrors = false;
    52675267        }
    52685268#endif
  • trunk/src/VBox/Frontends/VirtualBox/src/main.cpp

    r28843 r29067  
    260260            "  --fullscreen               switch to fullscreen mode during startup\n"
    261261            "  --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"
    262263# ifdef VBOX_WITH_DEBUGGER_GUI
    263264            "  --dbg                      enable the GUI debug menu\n"
     
    268269            "  --start-paused             start the VM in the paused state\n"
    269270            "  --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"
    271271            "\n"
    272272            "The following environment variables are evaluated:\n"
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette