diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-18 19:02:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-18 19:02:04 +0300 |
commit | c7ad8d093591214a32cacc79fa25d8e118493093 (patch) | |
tree | 2be3eacaa43c6941862b15ca099eeba8cd292fa5 /data/themes/jewelry | |
parent | 2b4110a217110dfe9919fa3cc70e41c6920ac597 (diff) | |
download | plus-c7ad8d093591214a32cacc79fa25d8e118493093.tar.gz plus-c7ad8d093591214a32cacc79fa25d8e118493093.tar.bz2 plus-c7ad8d093591214a32cacc79fa25d8e118493093.tar.xz plus-c7ad8d093591214a32cacc79fa25d8e118493093.zip |
Add button in themes to show additional theme info.
Diffstat (limited to 'data/themes/jewelry')
-rw-r--r-- | data/themes/jewelry/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 1 | ||||
-rw-r--r-- | data/themes/jewelry/info.xml | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt index 2adbfedbd..e1cd1fb19 100644 --- a/data/themes/jewelry/CMakeLists.txt +++ b/data/themes/jewelry/CMakeLists.txt @@ -19,6 +19,7 @@ SET (FILES equipment_background.xml equipmentbox.png incomplete_icon.xml + info.xml inventory.xml itempopup.xml items.xml diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index b7246984a..f86c44649 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -22,6 +22,7 @@ gui_DATA = \ equipment_background.xml \ equipmentbox.png \ incomplete_icon.xml \ + info.xml \ inventory.xml \ itempopup.xml \ items.xml \ diff --git a/data/themes/jewelry/info.xml b/data/themes/jewelry/info.xml new file mode 100644 index 000000000..d62b32fbb --- /dev/null +++ b/data/themes/jewelry/info.xml @@ -0,0 +1,4 @@ +<info> + <name>Jewelry</name> + <copyright>2012 Hal9000\n2012 ManaPlus developers</copyright> +</info> |