diff options
author | Majin Sniper <majinsniper@gmx.de> | 2009-03-12 16:48:03 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-12 21:38:36 -0600 |
commit | 5207b4cbb462cfa962a6f566897a6affd92eef94 (patch) | |
tree | c9129fbf894b7756f5c4c5e1180492433ca11ee2 /aethyra.cbp | |
parent | 7d20381b7b9abdf0934ee0fbbb196c788ea93a0d (diff) | |
download | mana-5207b4cbb462cfa962a6f566897a6affd92eef94.tar.gz mana-5207b4cbb462cfa962a6f566897a6affd92eef94.tar.bz2 mana-5207b4cbb462cfa962a6f566897a6affd92eef94.tar.xz mana-5207b4cbb462cfa962a6f566897a6affd92eef94.zip |
Extend color config gui to support the new colors
The new color palette supports many more colors that the browserbox can
display. So a change to the color config gui was needed.
Diffstat (limited to 'aethyra.cbp')
-rw-r--r-- | aethyra.cbp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aethyra.cbp b/aethyra.cbp index b9e80430..e88f491d 100644 --- a/aethyra.cbp +++ b/aethyra.cbp @@ -256,6 +256,8 @@ <Unit filename="src\gui\textbox.h" /> <Unit filename="src\gui\textfield.cpp" /> <Unit filename="src\gui\textfield.h" /> + <Unit filename="src\gui\textpreview.cpp" /> + <Unit filename="src\gui\textpreview.h" /> <Unit filename="src\gui\textrenderer.h" /> <Unit filename="src\gui\trade.cpp" /> <Unit filename="src\gui\trade.h" /> |