Index: /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp	(revision 35139)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp	(revision 35140)
@@ -2058,7 +2058,7 @@
 }
 
-bool VBoxProblemReporter::confirmExportMachinesInSaveState(const QStringList &machineNames, QWidget * /* aParent  = NULL */) const
-{
-    return messageOkCancel(mainWindowShown(), Warning,
+bool VBoxProblemReporter::confirmExportMachinesInSaveState(const QStringList &machineNames, QWidget *pParent /* = NULL */) const
+{
+    return messageOkCancel(pParent ? pParent : mainWindowShown(), Warning,
         tr("<p>The virtual machine(s) <b>%1</b> are currently in a saved state.</p>"
            "<p>If you continue the runtime state of the exported machine(s) "
