From 15c6df5835ebf6679d3f481a9a85c3bf376deab1 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Tue, 11 Feb 2020 16:49:40 +0300 Subject: [PATCH] Bring back "about" menu icon (#3329) --- src/Makefile.qt.include | 1 + src/qt/dash.qrc | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index f0c7d863d..f99b4d81d 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -229,6 +229,7 @@ RES_ICONS = \ qt/res/icons/tx_input.png \ qt/res/icons/tx_output.png \ qt/res/icons/tx_mined.png \ + qt/res/icons/about.png \ qt/res/icons/about_qt.png \ qt/res/icons/verify.png \ qt/res/icons/fontbigger.png \ diff --git a/src/qt/dash.qrc b/src/qt/dash.qrc index d105dbc1b..0f987bad2 100644 --- a/src/qt/dash.qrc +++ b/src/qt/dash.qrc @@ -44,6 +44,7 @@ res/icons/filesave.png res/icons/debugwindow.png res/icons/browse.png + res/icons/about.png res/icons/about_qt.png res/icons/verify.png res/icons/hd_enabled.png