summaryrefslogtreecommitdiff
path: root/mana.cbp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-08-02 23:54:57 -0600
committerJared Adams <jaxad0127@gmail.com>2010-08-03 16:42:17 -0600
commit7773f04b4beb1a24214fe1a367b645a689d2c852 (patch)
tree6711fc8402944eddaf78d46101f0d07687bb7356 /mana.cbp
parent94f91a5fd9f3f609e93224fe71d2a3bcce1c0866 (diff)
downloadmana-client-7773f04b4beb1a24214fe1a367b645a689d2c852.tar.gz
mana-client-7773f04b4beb1a24214fe1a367b645a689d2c852.tar.bz2
mana-client-7773f04b4beb1a24214fe1a367b645a689d2c852.tar.xz
mana-client-7773f04b4beb1a24214fe1a367b645a689d2c852.zip
Move Theme and UserPalette to the resources folder
Reviewed-by: Yohann Ferreira
Diffstat (limited to 'mana.cbp')
-rw-r--r--mana.cbp8
1 files changed, 4 insertions, 4 deletions
diff --git a/mana.cbp b/mana.cbp
index 3054a4e2..2f1fb1ab 100644
--- a/mana.cbp
+++ b/mana.cbp
@@ -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" />