File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ void BitcoinGUI::createActions()
389389 // -//openPeersAction->setStatusTip(tr("Show peers info"));
390390 // -//openRepairAction = new QAction(QIcon(":/icons/" + theme + "/options"), tr("Wallet &Repair"), this);
391391 // -//openRepairAction->setStatusTip(tr("Show wallet repair options"));
392- openConfEditorAction = new QAction (QIcon (" :/icons/ " + theme + " /edit" ), tr (" Open Wallet &Configuration File" ), this );
392+ openConfEditorAction = new QAction (platformStyle-> TextColorIcon (" :/icons/edit" ), tr (" Open Wallet &Configuration File" ), this );
393393 openConfEditorAction->setStatusTip (tr (" Open configuration file" ));
394394 openMNConfEditorAction = new QAction (platformStyle->TextColorIcon (" :/icons/edit" ), tr (" Open &Masternode Configuration File" ), this );
395395 openMNConfEditorAction->setStatusTip (tr (" Open Masternode configuration file" ));
You can’t perform that action at this time.
0 commit comments