diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-08 13:48:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-13 01:02:40 +0300 |
commit | 960820b57ecf45a4bf5e337bf36adbe02e668fbf (patch) | |
tree | 680acda1e45144ec6862cca2a7fef453118bdd1c /data/graphics/gui/Makefile.am | |
parent | 72edb1ab7036ed859b543046b866d4092d3c6cdb (diff) | |
download | plus-960820b57ecf45a4bf5e337bf36adbe02e668fbf.tar.gz plus-960820b57ecf45a4bf5e337bf36adbe02e668fbf.tar.bz2 plus-960820b57ecf45a4bf5e337bf36adbe02e668fbf.tar.xz plus-960820b57ecf45a4bf5e337bf36adbe02e668fbf.zip |
Improve theming.
Add support for theming button.
Diffstat (limited to 'data/graphics/gui/Makefile.am')
-rw-r--r-- | data/graphics/gui/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 6f294fa45..0e3e13a1e 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -3,11 +3,8 @@ guidir = $(pkgdatadir)/data/graphics/gui gui_DATA = \ bubble.png \ - button.png \ - button_disabled.png \ - buttonhi.png \ + button.xml \ buttonplay.png \ - buttonpress.png \ checkbox.png \ circle-gray.png \ circle-green.png \ |