summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-25 18:32:04 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-25 18:33:36 +0100
commit1610ed4b3bc9ea3328087818da0af3f5852d1ff5 (patch)
tree47b18726246f6575db32b4219b9fcced2bccf1c7 /data
parent94ee1b206d81fc577d1374a20f4bfde07abd7532 (diff)
downloadmana-client-1610ed4b3bc9ea3328087818da0af3f5852d1ff5.tar.gz
mana-client-1610ed4b3bc9ea3328087818da0af3f5852d1ff5.tar.bz2
mana-client-1610ed4b3bc9ea3328087818da0af3f5852d1ff5.tar.xz
mana-client-1610ed4b3bc9ea3328087818da0af3f5852d1ff5.zip
Added new bubble graphic to installed files
Fixes crash found by Hong Hao.
Diffstat (limited to 'data')
-rw-r--r--data/graphics/gui/CMakeLists.txt1
-rw-r--r--data/graphics/gui/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt
index 4065e939..3d617696 100644
--- a/data/graphics/gui/CMakeLists.txt
+++ b/data/graphics/gui/CMakeLists.txt
@@ -1,5 +1,6 @@
SET (FILES
bg_quad_dis.png
+ bubble.png
button.png
button_disabled.png
buttonhi.png
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am
index 4cc5b569..33abf521 100644
--- a/data/graphics/gui/Makefile.am
+++ b/data/graphics/gui/Makefile.am
@@ -3,6 +3,7 @@ guidir = $(pkgdatadir)/data/graphics/gui
gui_DATA = \
bg_quad_dis.png \
+ bubble.png \
button.png \
button_disabled.png \
buttonhi.png \