VirtualBox

Changeset 35140 in vbox


Ignore:
Timestamp:
Dec 15, 2010 3:38:49 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4: show error message with the correct parent

File:
1 edited

Legend:

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

    r35094 r35140  
    20582058}
    20592059
    2060 bool VBoxProblemReporter::confirmExportMachinesInSaveState(const QStringList &machineNames, QWidget * /* aParent = NULL */) const
    2061 {
    2062     return messageOkCancel(mainWindowShown(), Warning,
     2060bool VBoxProblemReporter::confirmExportMachinesInSaveState(const QStringList &machineNames, QWidget *pParent /* = NULL */) const
     2061{
     2062    return messageOkCancel(pParent ? pParent : mainWindowShown(), Warning,
    20632063        tr("<p>The virtual machine(s) <b>%1</b> are currently in a saved state.</p>"
    20642064           "<p>If you continue the runtime state of the exported machine(s) "
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