Skip to content

Commit ce0f826

Browse files
Update bitcoingui.cpp
1 parent 19d494f commit ce0f826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/bitcoingui.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -597,9 +597,9 @@ void BitcoinGUI::createActions()
597597

598598

599599
// HTHW Donate
600-
externalDonate = new QAction(QApplication::style()->standardIcon(QStyle::SP_FileIcon), tr("Donate To HTHW"), this);
600+
externalDonate = new QAction(QIcon(":/icons/" + theme + "/about"), tr("Donate To HTHW"), this);
601601
externalDonate->setStatusTip(tr("Donate to Help The Homeless Worldwide"));
602-
602+
603603

604604
connect(quitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
605605
connect(aboutAction, SIGNAL(triggered()), this, SLOT(aboutClicked()));

0 commit comments

Comments
 (0)