summaryrefslogtreecommitdiff
path: root/data/themes/mana
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-18 19:02:04 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-18 19:02:04 +0300
commitc7ad8d093591214a32cacc79fa25d8e118493093 (patch)
tree2be3eacaa43c6941862b15ca099eeba8cd292fa5 /data/themes/mana
parent2b4110a217110dfe9919fa3cc70e41c6920ac597 (diff)
downloadplus-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/mana')
-rw-r--r--data/themes/mana/CMakeLists.txt1
-rw-r--r--data/themes/mana/Makefile.am1
-rw-r--r--data/themes/mana/info.xml4
3 files changed, 6 insertions, 0 deletions
diff --git a/data/themes/mana/CMakeLists.txt b/data/themes/mana/CMakeLists.txt
index 0f2ecac98..6547c1609 100644
--- a/data/themes/mana/CMakeLists.txt
+++ b/data/themes/mana/CMakeLists.txt
@@ -1,5 +1,6 @@
SET (FILES
colors.xml
+ info.xml
npc.xml
quests.xml
social.xml
diff --git a/data/themes/mana/Makefile.am b/data/themes/mana/Makefile.am
index 192410a0e..828de323b 100644
--- a/data/themes/mana/Makefile.am
+++ b/data/themes/mana/Makefile.am
@@ -3,6 +3,7 @@ guidir = $(pkgdatadir)/data/themes/mana
gui_DATA = \
colors.xml \
+ info.xml \
npc.xml \
quests.xml \
social.xml
diff --git a/data/themes/mana/info.xml b/data/themes/mana/info.xml
new file mode 100644
index 000000000..994939d00
--- /dev/null
+++ b/data/themes/mana/info.xml
@@ -0,0 +1,4 @@
+<info>
+ <name>mana</name>
+ <copyright>2004-2009 The Mana World Development Team\n2009-2010 The Mana Developers\n2011-2012 The ManaPlus Developers</copyright>
+</info>