|
|
@ -296,7 +296,7 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) |
|
|
|
aboutQtAction->setStatusTip(tr("Show information about Qt")); |
|
|
|
aboutQtAction->setStatusTip(tr("Show information about Qt")); |
|
|
|
aboutQtAction->setMenuRole(QAction::AboutQtRole); |
|
|
|
aboutQtAction->setMenuRole(QAction::AboutQtRole); |
|
|
|
optionsAction = new QAction(QIcon(":/icons/options"), tr("&Options..."), this); |
|
|
|
optionsAction = new QAction(QIcon(":/icons/options"), tr("&Options..."), this); |
|
|
|
optionsAction->setStatusTip(tr("Modify configuration options for Bitcoin")); |
|
|
|
optionsAction->setStatusTip(tr("Modify configuration options for Bitcoin Core")); |
|
|
|
optionsAction->setMenuRole(QAction::PreferencesRole); |
|
|
|
optionsAction->setMenuRole(QAction::PreferencesRole); |
|
|
|
toggleHideAction = new QAction(networkStyle->getAppIcon(), tr("&Show / Hide"), this); |
|
|
|
toggleHideAction = new QAction(networkStyle->getAppIcon(), tr("&Show / Hide"), this); |
|
|
|
toggleHideAction->setStatusTip(tr("Show or hide the main Window")); |
|
|
|
toggleHideAction->setStatusTip(tr("Show or hide the main Window")); |
|
|
|