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/graphics | |
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/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/info.xml | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index bc5cd64c6..985a6224c 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -22,6 +22,7 @@ SET (FILES equipment_playerbox.xml equipmentbox.png incomplete_icon.xml + info.xml inventory.xml item_selection.xml item_shortcut_background.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index eaa53b58b..7120f40c7 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -25,6 +25,7 @@ gui_DATA = \ equipment_playerbox.xml \ equipmentbox.png \ incomplete_icon.xml \ + info.xml \ inventory.xml \ item_selection.xml \ item_shortcut_background.xml \ diff --git a/data/graphics/gui/info.xml b/data/graphics/gui/info.xml new file mode 100644 index 000000000..e427444ea --- /dev/null +++ b/data/graphics/gui/info.xml @@ -0,0 +1,4 @@ +<info> + <name>(default)</name> + <copyright>2004-2009 The Mana World Development Team\n2009-2010 The Mana Developers\n2011-2012 ManaPlus Developers</copyright> +</info> |