diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-08-23 20:08:42 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-08-23 20:08:42 +0200 |
| commit | ae8adeb90abb334b8e5712124e62461eca77c12f (patch) | |
| tree | e35c4b1e07771c8c642bbffa65456ce309461d7e /src/qt/bitcoin.qrc | |
| parent | Merge branch 'master' of https://github.com/bitcoin/bitcoin (diff) | |
| download | discoin-ae8adeb90abb334b8e5712124e62461eca77c12f.tar.xz discoin-ae8adeb90abb334b8e5712124e62461eca77c12f.zip | |
Wallet encryption part 1: show wallet encryption status
Diffstat (limited to 'src/qt/bitcoin.qrc')
| -rw-r--r-- | src/qt/bitcoin.qrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoin.qrc b/src/qt/bitcoin.qrc index 629349c65..1d5a58a4a 100644 --- a/src/qt/bitcoin.qrc +++ b/src/qt/bitcoin.qrc @@ -34,6 +34,8 @@ <file alias="tx_input">res/icons/tx_input.png</file> <file alias="tx_output">res/icons/tx_output.png</file> <file alias="tx_inout">res/icons/tx_inout.png</file> + <file alias="lock_closed">res/icons/lock_closed.png</file> + <file alias="lock_open">res/icons/lock_open.png</file> </qresource> <qresource prefix="/images"> <file alias="about">res/images/about.png</file> |