diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-05-06 15:20:11 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-05-12 20:46:12 +0200 |
commit | 7247d103ffc2772b6dd997b7aa4d7147a8044d73 (patch) | |
tree | 36e581a3c95fb44b81f3393d21d413dae1d11fa4 /src/Makefile.qt.include | |
parent | 51c7c7029ede4e92f00ad5bd9da816397ed3d495 (diff) |
[QT] use alert icon with tooltip insted of "(out of sync)" text
# Conflicts:
# src/qt/forms/overviewpage.ui
# src/qt/overviewpage.cpp
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 31fe3a9f69..6b7c42285d 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -256,6 +256,7 @@ RES_ICONS = \ qt/res/icons/tx_input.png \ qt/res/icons/tx_output.png \ qt/res/icons/tx_mined.png \ + qt/res/icons/warning.png \ qt/res/icons/verify.png BITCOIN_QT_CPP = \ |