diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-01-23 10:00:10 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-01-26 15:34:36 +0100 |
commit | 43abb02aa20bd32795478236b20b45d3b4087138 (patch) | |
tree | d6f31d15a0177f00798d490c19326eb7e1a82718 /src/Makefile.qt.include | |
parent | 56c9e66a6d7c798394478660f6088b943fe4e96d (diff) |
[Qt] Add a new chevron/arrow icon for the console prompt line
Diffstat (limited to 'src/Makefile.qt.include')
-rw-r--r-- | src/Makefile.qt.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 82e95abcf9..96b7adcbf9 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -225,6 +225,7 @@ RES_ICONS = \ qt/res/icons/about_qt.png \ qt/res/icons/bitcoin.ico \ qt/res/icons/bitcoin.png \ + qt/res/icons/chevron.png \ qt/res/icons/clock1.png \ qt/res/icons/clock2.png \ qt/res/icons/clock3.png \ |