summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-08-19 18:54:36 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-08-19 18:54:36 +0000
commitbf2502c372e7126a26445c97b4333e780f94b77c (patch)
treebca9d99dcb41a95d315452b44274528b001a4d24
parentc8b89f9c29e16680f68d9f2ca42048f6f01423a9 (diff)
downloadmana-client-bf2502c372e7126a26445c97b4333e780f94b77c.tar.gz
mana-client-bf2502c372e7126a26445c97b4333e780f94b77c.tar.bz2
mana-client-bf2502c372e7126a26445c97b4333e780f94b77c.tar.xz
mana-client-bf2502c372e7126a26445c97b4333e780f94b77c.zip
Don't forget to install tab.png
-rw-r--r--ChangeLog5
-rw-r--r--data/graphics/gui/CMakeLists.txt1
-rw-r--r--data/graphics/gui/Makefile.am1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fccb53bb..cab63fc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-19 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * data/graphics/gui/CMakeLists.txt, data/graphics/gui/Makefile.am:
+ Don't forget to install tab.png.
+
2008-08-17 Roderic Morris <roderic@ccs.neu.edu>
* src/gui/skill.cpp, src/gui/skill.h, src/gui/icon.h,
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt
index 99ddb715..e9ccdab0 100644
--- a/data/graphics/gui/CMakeLists.txt
+++ b/data/graphics/gui/CMakeLists.txt
@@ -36,6 +36,7 @@ SET (FILES
slider.png
speech_bubble.png
speechbubble.xml
+ tab.png
target-cursor-blue-l.png
target-cursor-blue-m.png
target-cursor-blue-s.png
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am
index 6b3ad6ae..fb6c304a 100644
--- a/data/graphics/gui/Makefile.am
+++ b/data/graphics/gui/Makefile.am
@@ -40,6 +40,7 @@ gui_DATA = \
slider.png \
speech_bubble.png \
speechbubble.xml \
+ tab.png \
target-cursor-blue-l.png \
target-cursor-blue-m.png \
target-cursor-blue-s.png \