Skip to content

Commit

Permalink
[Qt] fix a issue where "command line options"-action overwrite "Prefe…
Browse files Browse the repository at this point in the history
…rence"-action (on OSX)

- fixes #5800
  • Loading branch information
jonasschnelli committed Mar 6, 2015
1 parent 84a05b8 commit 9bbb880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ void BitcoinGUI::createActions()
openAction->setStatusTip(tr("Open a bitcoin: URI or payment request"));

showHelpMessageAction = new QAction(TextColorIcon(":/icons/info"), tr("&Command-line options"), this);
showHelpMessageAction->setMenuRole(QAction::NoRole);
showHelpMessageAction->setStatusTip(tr("Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options"));

connect(quitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
Expand Down

0 comments on commit 9bbb880

Please sign in to comment.