diff options
| author | Cozz Lovan <[email protected]> | 2014-08-10 02:26:04 +0200 |
|---|---|---|
| committer | Cozz Lovan <[email protected]> | 2014-08-11 21:38:36 +0200 |
| commit | 1c5f0af0fd8b5630470d471d8319a7c979aa2587 (patch) | |
| tree | 4eb6b12ba606e034284fb65ad7263515bf227d01 /src/Makefile.qt.include | |
| parent | Add boolean HaveWatchonly and signal NotifyWatchonlyChanged (diff) | |
| download | discoin-1c5f0af0fd8b5630470d471d8319a7c979aa2587.tar.xz discoin-1c5f0af0fd8b5630470d471d8319a7c979aa2587.zip | |
[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 2052264dc..eef0c317c 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 \ |