diff options
author | Hong Hao <oahong@gmail.com> | 2009-09-05 23:37:47 +0800 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-09-05 12:38:11 -0600 |
commit | 6efe61751cd67ffc4c06d2e466956ebc2826ebec (patch) | |
tree | d35e5e342570f6554bc5623189088e6064075fe6 /data | |
parent | ecf588b5ef86804b0074c54b6371cda9e8f346c2 (diff) | |
download | mana-6efe61751cd67ffc4c06d2e466956ebc2826ebec.tar.gz mana-6efe61751cd67ffc4c06d2e466956ebc2826ebec.tar.bz2 mana-6efe61751cd67ffc4c06d2e466956ebc2826ebec.tar.xz mana-6efe61751cd67ffc4c06d2e466956ebc2826ebec.zip |
Add missing graphics to CMakeLists.txt.
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 920f3b88..ed436151 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -19,13 +19,17 @@ SET (FILES item_shortcut_bgr.png mouse.png radioin.png + radioin_highlight.png radioout.png + radioout_highlight.png resize.png selection.png slider.png - sticky_button.png + slider_hilight.png speechbubble.xml + sticky_button.png tab.png + tab_hilight.png tabselected.png target-cursor-blue-l.png target-cursor-blue-m.png @@ -38,6 +42,7 @@ SET (FILES vscroll_down_highlight.png vscroll_down_pressed.png vscroll_grey.png + vscroll_highlight.png vscroll_up_default.png vscroll_up_highlight.png vscroll_up_pressed.png |