Merge pull request #159 from fsb4000/Ok_С_краю
authorCryptoManiac <CryptoManiac@users.noreply.github.com>
Thu, 12 Feb 2015 16:11:14 +0000 (19:11 +0300)
committerCryptoManiac <CryptoManiac@users.noreply.github.com>
Thu, 12 Feb 2015 16:11:14 +0000 (19:11 +0300)
OK с краю

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);   
 }