Index: /trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp	(revision 57627)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp	(revision 57628)
@@ -183,6 +183,6 @@
 {
     return (message(pParent, type, strMessage, strDetails, pcszAutoConfirmId,
-                    AlertButton_Ok | AlertButtonOption_Default,
-                    AlertButton_Cancel | AlertButtonOption_Escape,
+                    AlertButton_Ok,
+                    AlertButton_Cancel | AlertButtonOption_Default | AlertButtonOption_Escape,
                     0 /* third button */,
                     strOkButtonText,
@@ -220,6 +220,6 @@
 {
     return (question(pParent, type, strMessage, pcszAutoConfirmId,
-                     AlertButton_Ok | AlertButtonOption_Default,
-                     AlertButton_Cancel | AlertButtonOption_Escape,
+                     AlertButton_Ok,
+                     AlertButton_Cancel | AlertButtonOption_Default | AlertButtonOption_Escape,
                      0 /* third button */,
                      strOkButtonText,
@@ -670,6 +670,6 @@
                    strText, QString(),
                    0 /* auto-confirm id */,
-                   AlertButton_Ok | AlertButtonOption_Default,
-                   AlertButton_Cancel | AlertButtonOption_Escape,
+                   AlertButton_Ok,
+                   AlertButton_Cancel | AlertButtonOption_Default | AlertButtonOption_Escape,
                    0,
                    tr("Remove")) :
@@ -678,6 +678,6 @@
                    0 /* auto-confirm id */,
                    AlertButton_Choice1,
-                   AlertButton_Choice2 | AlertButtonOption_Default,
-                   AlertButton_Cancel | AlertButtonOption_Escape,
+                   AlertButton_Choice2,
+                   AlertButton_Cancel | AlertButtonOption_Default | AlertButtonOption_Escape,
                    tr("Delete all files"),
                    tr("Remove only"));
@@ -831,6 +831,6 @@
                              tr("Create a snapshot of the current machine state"),
                              !gEDataManager->messagesWithInvertedOption().contains("confirmSnapshotRestoring"),
-                             AlertButton_Ok | AlertButtonOption_Default,
-                             AlertButton_Cancel | AlertButtonOption_Escape,
+                             AlertButton_Ok,
+                             AlertButton_Cancel | AlertButtonOption_Default | AlertButtonOption_Escape,
                              0 /* 3rd button */,
                              tr("Restore"), tr("Cancel"), QString() /* 3rd button text */) :
@@ -840,6 +840,6 @@
                    QString() /* details */,
                    0 /* auto-confirm id */,
-                   AlertButton_Ok | AlertButtonOption_Default,
-                   AlertButton_Cancel | AlertButtonOption_Escape,
+                   AlertButton_Ok,
+                   AlertButton_Cancel | AlertButtonOption_Default | AlertButtonOption_Escape,
                    0 /* 3rd button */,
                    tr("Restore"), tr("Cancel"), QString() /* 3rd button text */);
