diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-08-19 18:54:36 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-08-19 18:54:36 +0000 |
commit | bf2502c372e7126a26445c97b4333e780f94b77c (patch) | |
tree | bca9d99dcb41a95d315452b44274528b001a4d24 | |
parent | c8b89f9c29e16680f68d9f2ca42048f6f01423a9 (diff) | |
download | mana-bf2502c372e7126a26445c97b4333e780f94b77c.tar.gz mana-bf2502c372e7126a26445c97b4333e780f94b77c.tar.bz2 mana-bf2502c372e7126a26445c97b4333e780f94b77c.tar.xz mana-bf2502c372e7126a26445c97b4333e780f94b77c.zip |
Don't forget to install tab.png
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -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 \ |