- the option to show our help message dialog resides now in main menu under help


- the option to show our help message dialog resides now in main menu
under help
307 | @@ -308,11 +308,15 @@ void BitcoinGUI::createActions(bool fIsTestnet) 308 | openAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_FileIcon), tr("Open &URI..."), this); 309 | openAction->setStatusTip(tr("Open a bitcoin: URI or payment request")); 310 | 311 | + showHelpMessageAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_MessageBoxInformation), tr("Show &command-line options"), this);
Nit: just "Command-line options" instead of "Show command-line options"? IMO, the word "Show" doesn't add anything here.
Sure and done!
ACK
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/f0219813d58c0708b48992dd1313d594aa773ac0 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.