OK с краю 159/head
authorfsb4000 <fsb4000@yandex.ru>
Thu, 12 Feb 2015 07:38:34 +0000 (13:38 +0600)
committerfsb4000 <fsb4000@yandex.ru>
Thu, 12 Feb 2015 07:40:01 +0000 (13:40 +0600)
src/qt/guiutil.cpp

index bf4c500..da0ca3a 100644 (file)
@@ -462,8 +462,8 @@ HelpMessageBox::HelpMessageBox(QWidget *parent) :
     // setMinimumWidth is ignored for QMessageBox so put in non-breaking spaces to make it wider.
     setText(header + QString(QChar(0x2003)).repeated(50));
     setDetailedText(coreOptions + "\n" + uiOptions);
-    //addButton("OK", QMessageBox::RejectRole); //кнопка OK будет справа от кнопки "Скрыть подробности"
-    addButton("OK", QMessageBox::NoRole);       //кнопка OK будет слева от кнопки "Скрыть подробности"
+    addButton("OK", QMessageBox::RejectRole);   //кнопка OK будет справа от кнопки "Скрыть подробности"
+    //addButton("OK", QMessageBox::NoRole);     //кнопка OK будет слева от кнопки "Скрыть подробности"
     setMouseTracking(true);
     setSizeGripEnabled(true);   
 }