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/pink | |
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/pink')
-rw-r--r-- | data/themes/pink/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/pink/Makefile.am | 1 | ||||
-rw-r--r-- | data/themes/pink/info.xml | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/data/themes/pink/CMakeLists.txt b/data/themes/pink/CMakeLists.txt index a6353dbc4..77eb0d96e 100644 --- a/data/themes/pink/CMakeLists.txt +++ b/data/themes/pink/CMakeLists.txt @@ -3,6 +3,7 @@ SET (FILES buy.xml colors.xml equipment.xml + info.xml inventory.xml popup.xml progress-indicator.png diff --git a/data/themes/pink/Makefile.am b/data/themes/pink/Makefile.am index 43c5982d0..345ca2ac8 100644 --- a/data/themes/pink/Makefile.am +++ b/data/themes/pink/Makefile.am @@ -6,6 +6,7 @@ gui_DATA = \ buy.xml \ colors.xml \ equipment.xml \ + info.xml \ inventory.xml \ popup.xml \ progress-indicator.png \ diff --git a/data/themes/pink/info.xml b/data/themes/pink/info.xml new file mode 100644 index 000000000..e77d203c2 --- /dev/null +++ b/data/themes/pink/info.xml @@ -0,0 +1,4 @@ +<info> + <name>Pink</name> + <copyright>2011 Aline Ferraz de Souza\n2011-2012 ManaPlus Developers</copyright> +</info> |