diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-28 01:55:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-28 01:55:56 +0300 |
commit | f60d54307c20d4150e630620dbe0be62b2a1b8a5 (patch) | |
tree | dc5661a9f75cf495bbea050b6566b1fa0240781e /data | |
parent | 3574afc2818a5401d825fe649d49a0b9fbccdf00 (diff) | |
download | plus-f60d54307c20d4150e630620dbe0be62b2a1b8a5.tar.gz plus-f60d54307c20d4150e630620dbe0be62b2a1b8a5.tar.bz2 plus-f60d54307c20d4150e630620dbe0be62b2a1b8a5.tar.xz plus-f60d54307c20d4150e630620dbe0be62b2a1b8a5.zip |
Extend playerbox theming.
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 5fda34b34..4fdc0f805 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -6,6 +6,7 @@ SET (FILES button_highlighted.xml button_pressed.xml buttonplay.png + charcreate_playerbox.xml checkbox.xml circle-off.xml circle-on.xml @@ -14,6 +15,7 @@ SET (FILES dropdown_background.xml dropdown_pressed.xml emote_selection.xml + equipment_playerbox.xml equipmentbox.png item_selection.xml item_shortcut_background.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index f058c3bcc..5d442eebf 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -9,6 +9,7 @@ gui_DATA = \ button_highlighted.xml \ button_pressed.xml \ buttonplay.png \ + charcreate_playerbox.xml \ checkbox.xml \ circle-off.xml \ circle-on.xml \ @@ -17,6 +18,7 @@ gui_DATA = \ dropdown_background.xml \ dropdown_pressed.xml \ emote_selection.xml \ + equipment_playerbox.xml \ equipmentbox.png \ item_selection.xml \ item_shortcut_background.xml \ |