VirtualBox

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


Ignore:
Timestamp:
Oct 17, 2007 12:28:31 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25407
Message:

FE/Qt: Made the 'Shutdown' selection the default for the Close VM dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r5350 r5352  
    12261226                else if (lastAction [0] == kSave)
    12271227                    dlg.buttonGroup->setButton (dlg.buttonGroup->id (dlg.rbSave));
    1228                 else
    1229                     dlg.buttonGroup->setButton (dlg.buttonGroup->id (dlg.rbPowerOff));
     1228                else /* the default is ACPI Shutdown */
     1229                    dlg.buttonGroup->setButton (dlg.buttonGroup->id (dlg.rbShutdown));
    12301230                dlg.cbDiscardCurState->setChecked (
    12311231                    lastAction.count() > 1 && lastAction [1] == kDiscardCurState);
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