diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-08-02 23:54:57 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-08-03 16:42:17 -0600 |
commit | 7773f04b4beb1a24214fe1a367b645a689d2c852 (patch) | |
tree | 6711fc8402944eddaf78d46101f0d07687bb7356 /mana.cbp | |
parent | 94f91a5fd9f3f609e93224fe71d2a3bcce1c0866 (diff) | |
download | mana-7773f04b4beb1a24214fe1a367b645a689d2c852.tar.gz mana-7773f04b4beb1a24214fe1a367b645a689d2c852.tar.bz2 mana-7773f04b4beb1a24214fe1a367b645a689d2c852.tar.xz mana-7773f04b4beb1a24214fe1a367b645a689d2c852.zip |
Move Theme and UserPalette to the resources folder
Reviewed-by: Yohann Ferreira
Diffstat (limited to 'mana.cbp')
-rw-r--r-- | mana.cbp | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -240,8 +240,6 @@ <Unit filename="src\gui\textdialog.h" /> <Unit filename="src\gui\textpopup.cpp" /> <Unit filename="src\gui\textpopup.h" /> - <Unit filename="src\gui\theme.cpp" /> - <Unit filename="src\gui\theme.h" /> <Unit filename="src\gui\trade.cpp" /> <Unit filename="src\gui\trade.h" /> <Unit filename="src\gui\truetypefont.cpp" /> @@ -250,8 +248,6 @@ <Unit filename="src\gui\unregisterdialog.h" /> <Unit filename="src\gui\updatewindow.cpp" /> <Unit filename="src\gui\updatewindow.h" /> - <Unit filename="src\gui\userpalette.cpp" /> - <Unit filename="src\gui\userpalette.h" /> <Unit filename="src\gui\viewport.cpp" /> <Unit filename="src\gui\viewport.h" /> <Unit filename="src\gui\widgets\avatarlistbox.cpp" /> @@ -566,6 +562,10 @@ <Unit filename="src\resources\specialdb.h" /> <Unit filename="src\resources\spritedef.cpp" /> <Unit filename="src\resources\spritedef.h" /> + <Unit filename="src\resources\theme.cpp" /> + <Unit filename="src\resources\theme.h" /> + <Unit filename="src\resources\userpalette.cpp" /> + <Unit filename="src\resources\userpalette.h" /> <Unit filename="src\resources\wallpaper.cpp" /> <Unit filename="src\resources\wallpaper.h" /> <Unit filename="src\rotationalparticle.cpp" /> |