diff options
| author | Cozz Lovan <[email protected]> | 2014-07-05 17:14:43 +0200 |
|---|---|---|
| committer | Cozz Lovan <[email protected]> | 2014-07-05 17:18:26 +0200 |
| commit | ad87bc4de10d8ff9934635f2a30078ccf531a124 (patch) | |
| tree | 20c550e66897c3c570f04c9e4e2c1576389eb61e /src/Makefile.qt.include | |
| parent | Merge pull request #4421 (diff) | |
| download | discoin-ad87bc4de10d8ff9934635f2a30078ccf531a124.tar.xz discoin-ad87bc4de10d8ff9934635f2a30078ccf531a124.zip | |
[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 4563bb356..29279aff8 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 \ |