Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp	(revision 26216)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp	(revision 26217)
@@ -1465,5 +1465,5 @@
                         {
                             /* Show the power down progress dialog */
-                            vboxProblem().showModalProgressDialog (progress, machine.GetName(), this, 0);
+                            vboxProblem().showModalProgressDialog (progress, machine.GetName(), this);
                             if (progress.GetResultCode() != 0)
                                 vboxProblem().cannotStopMachine (progress);
