diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-04-13 Björn Steinbrink <B.Steinbrink@gmx.de> + + * data/graphics/gui/CMakeLists.txt: Added target cursor graphics to + the set of files to be installed. + 2007-03-24 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/main.cpp: Changed the order of network message handling and diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 87585226..1549b2b4 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -30,6 +30,8 @@ SET (FILES sansserif8.png selection.png slider.png + target-cursor-blue.png + target-cursor-red.png thickborder.png vscroll_blue.png vscroll_down_default.png |