diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-03 21:03:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-03 21:03:23 +0300 |
commit | 6938df9b82239a23637181f0de6f478336a0c33e (patch) | |
tree | 5f4558276759b8c959ea4e6352bca9a8f6732c6e /data/graphics | |
parent | 85accb7f6f5fdfa9f5861ef364be51be37b34513 (diff) | |
download | mv-6938df9b82239a23637181f0de6f478336a0c33e.tar.gz mv-6938df9b82239a23637181f0de6f478336a0c33e.tar.bz2 mv-6938df9b82239a23637181f0de6f478336a0c33e.tar.xz mv-6938df9b82239a23637181f0de6f478336a0c33e.zip |
show icon on protected items.
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 | ||||
-rw-r--r-- | data/graphics/gui/lock.png | bin | 0 -> 391 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 439542f66..afb414b4c 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -36,6 +36,7 @@ SET (FILES keyboard_icon.xml label.xml listbox.xml + lock.png ministatus.xml mouse.png npc.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 710cf0688..c3c8f5990 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -39,6 +39,7 @@ gui_DATA = \ keyboard_icon.xml \ label.xml \ listbox.xml \ + lock.png \ ministatus.xml \ mouse.png \ npc.xml \ diff --git a/data/graphics/gui/lock.png b/data/graphics/gui/lock.png Binary files differnew file mode 100644 index 000000000..457195c7a --- /dev/null +++ b/data/graphics/gui/lock.png |