VirtualBox

Changeset 3974 in vbox for trunk/src


Ignore:
Timestamp:
Aug 1, 2007 5:04:33 PM (18 years ago)
Author:
vboxsync
Message:

FE/Qt: Fixed New VM Wizard: Made [No] the default button for the 'no hard disk' warning.

File:
1 edited

Legend:

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

    r3951 r3974  
    12581258{
    12591259    return message (&vboxGlobal().consoleWnd(), Question,
    1260                     tr ("<p>Failed to find the VirtualBox Guest Additions "
     1260                    tr ("<p>Could not find the VirtualBox Guest Additions "
    12611261                        "CD image file <nobr><b>%1</b></nobr> or "
    12621262                        "<nobr><b>%2</b>.</nobr></p><p>Do you want to "
     
    15841584            "Run Wizard.</p><p>Do you want to continue?</p>"),
    15851585        0, /* autoConfirmId */
    1586         QIMessageBox::Yes | QIMessageBox::Default,
    1587         QIMessageBox::No | QIMessageBox::Escape);
     1586        QIMessageBox::Yes,
     1587        QIMessageBox::No | QIMessageBox::Default | QIMessageBox::Escape);
    15881588}
    15891589
Note: See TracChangeset for help on using the changeset viewer.

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