diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-07 10:36:21 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-07 10:42:53 +0200 |
commit | 88ae36bc06d9c9458442242b12ee730dbe67cffc (patch) | |
tree | d209d06ef7fabaf64889806e7cb9785b93b97b4a /src/Makefile.qt.include | |
parent | 1132cdbff353838bd0f005dd6bf3967439afe8ed (diff) | |
parent | ad87bc4de10d8ff9934635f2a30078ccf531a124 (diff) |
Merge pull request #4466
ad87bc4 [Qt] Replace status bar unit icon with actual images (Cozz Lovan)
Diffstat (limited to 'src/Makefile.qt.include')
-rw-r--r-- | src/Makefile.qt.include | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index f2b6c2ccd6..d97c2d064a 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -252,7 +252,10 @@ RES_ICONS = \ qt/res/icons/tx_inout.png \ qt/res/icons/tx_input.png \ qt/res/icons/tx_output.png \ - qt/res/icons/tx_mined.png + qt/res/icons/tx_mined.png \ + qt/res/icons/unit_btc.png \ + qt/res/icons/unit_mbtc.png \ + qt/res/icons/unit_ubtc.png BITCOIN_QT_CPP = \ qt/bitcoinaddressvalidator.cpp \ |