diff options
author | Hong Hao <oahong@gmail.com> | 2010-05-06 21:03:30 +0800 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-05-06 13:22:53 +0000 |
commit | 43de94e81348f8b1e0318924c35bb7f3c58eb092 (patch) | |
tree | be4344a562eaa1c29d71361fc391cf64b02d4ef3 /data | |
parent | 6be46ffba086d4b211efa3baaeb999d98f2c20e9 (diff) | |
download | mana-43de94e81348f8b1e0318924c35bb7f3c58eb092.tar.gz mana-43de94e81348f8b1e0318924c35bb7f3c58eb092.tar.bz2 mana-43de94e81348f8b1e0318924c35bb7f3c58eb092.tar.xz mana-43de94e81348f8b1e0318924c35bb7f3c58eb092.zip |
Add missing colors.xml to CMakefiles.txt.
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index fc825139..a7c21e5e 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -8,6 +8,7 @@ SET (FILES circle-gray.png circle-green.png close_button.png + colors.xml deepbox.png hscroll_left_default.png hscroll_left_highlight.png |