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/wood | |
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/wood')
-rw-r--r-- | data/themes/wood/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/wood/Makefile.am | 1 | ||||
-rw-r--r-- | data/themes/wood/info.xml | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/data/themes/wood/CMakeLists.txt b/data/themes/wood/CMakeLists.txt index 622c4dcd9..6af25f0bf 100644 --- a/data/themes/wood/CMakeLists.txt +++ b/data/themes/wood/CMakeLists.txt @@ -2,6 +2,7 @@ SET (FILES buy.xml colors.xml equipment.xml + info.xml inventory.xml item_shortcut_bgr.png mouse.png diff --git a/data/themes/wood/Makefile.am b/data/themes/wood/Makefile.am index fc9518b16..2bbbcad78 100644 --- a/data/themes/wood/Makefile.am +++ b/data/themes/wood/Makefile.am @@ -5,6 +5,7 @@ gui_DATA = \ buy.xml \ colors.xml \ equipment.xml \ + info.xml \ inventory.xml \ item_shortcut_bgr.png \ mouse.png \ diff --git a/data/themes/wood/info.xml b/data/themes/wood/info.xml new file mode 100644 index 000000000..8e35d65ad --- /dev/null +++ b/data/themes/wood/info.xml @@ -0,0 +1,4 @@ +<info> + <name>Wood</name> + <copyright>Vianney Rousset\n2004-2009 The Mana World Development Team\n2009-2010 The Mana Developers\n2011-2012 ManaPlus Developers</copyright> +</info> |