diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-07-05 17:14:43 +0200 |
---|---|---|
committer | Cozz Lovan <cozzlovan@yahoo.com> | 2014-07-05 17:18:26 +0200 |
commit | ad87bc4de10d8ff9934635f2a30078ccf531a124 (patch) | |
tree | 20c550e66897c3c570f04c9e4e2c1576389eb61e /src/Makefile.qt.include | |
parent | e81e2e8f7cdee307227f150a6a2408c01fcafbf2 (diff) |
[Qt] Replace status bar unit icon with actual images
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 4563bb3565..29279aff81 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 \ |