diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-08-10 02:26:04 +0200 |
---|---|---|
committer | Cozz Lovan <cozzlovan@yahoo.com> | 2014-08-11 21:38:36 +0200 |
commit | 1c5f0af0fd8b5630470d471d8319a7c979aa2587 (patch) | |
tree | 4eb6b12ba606e034284fb65ad7263515bf227d01 /src/Makefile.qt.include | |
parent | 939ed97373fdea0e8ecb173f1c22eb53b9f90bb6 (diff) |
[Qt] Add column Watch-only to transactions list
Diffstat (limited to 'src/Makefile.qt.include')
-rw-r--r-- | src/Makefile.qt.include | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 2052264dc9..eef0c317c6 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -233,6 +233,9 @@ RES_ICONS = \ qt/res/icons/editcopy.png \ qt/res/icons/editpaste.png \ qt/res/icons/export.png \ + qt/res/icons/eye.png \ + qt/res/icons/eye_minus.png \ + qt/res/icons/eye_plus.png \ qt/res/icons/filesave.png \ qt/res/icons/history.png \ qt/res/icons/key.png \ |