diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-16 14:22:20 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-16 14:22:20 +0100 |
commit | 08f2ee6470104c959f686504cc4324aee78cecaf (patch) | |
tree | d392c437802e84a62234be054a3d5b9e4958ff70 /data/themes | |
parent | a9ddb1992d186d559f24370a33a987e281c134c5 (diff) | |
download | plus-08f2ee6470104c959f686504cc4324aee78cecaf.tar.gz plus-08f2ee6470104c959f686504cc4324aee78cecaf.tar.bz2 plus-08f2ee6470104c959f686504cc4324aee78cecaf.tar.xz plus-08f2ee6470104c959f686504cc4324aee78cecaf.zip |
Jewelry Theme: Fixed bug with item selection in Inventory Window.
Diffstat (limited to 'data/themes')
-rw-r--r-- | data/themes/jewelry/CHANGELOG.txt | 1 | ||||
-rw-r--r-- | data/themes/jewelry/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/data/themes/jewelry/CHANGELOG.txt b/data/themes/jewelry/CHANGELOG.txt index d0d9cd1d8..593b223cb 100644 --- a/data/themes/jewelry/CHANGELOG.txt +++ b/data/themes/jewelry/CHANGELOG.txt @@ -4,6 +4,7 @@ Francesco Miglietta (Hal9000) Version 1.01 (WIP) + - Fixed bu with item selection in inventory window - New graphic for quest status icons in quest window diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt index 11f654b25..b44fba3cb 100644 --- a/data/themes/jewelry/CMakeLists.txt +++ b/data/themes/jewelry/CMakeLists.txt @@ -28,6 +28,7 @@ SET (FILES incomplete_icon.xml info.xml inventory.xml + item_selection.xml itempopup.xml items.xml keyboard_icon.xml diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index 50513df95..b9a553cc8 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -31,6 +31,7 @@ gui_DATA = \ incomplete_icon.xml \ info.xml \ inventory.xml \ + item_selection.xml \ itempopup.xml \ items.xml \ keyboard_icon.xml \ |