Skip to content

Commit ac182c0

Browse files
author
limxdev
committed
Change openConfEditorAction
1 parent 43fb92e commit ac182c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qt/bitcoingui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"));

0 commit comments

Comments
 (0)