summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-14 08:16:49 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-14 08:16:49 -0600
commit28b709ebcc804c3d4a45604abcf2b200453185b9 (patch)
tree3ed867783131c0b7272bba7da2b6cfc09f2714e0
parentef30aa36a6559d3d39033b81fe23e225e258e312 (diff)
downloadmana-client-28b709ebcc804c3d4a45604abcf2b200453185b9.tar.gz
mana-client-28b709ebcc804c3d4a45604abcf2b200453185b9.tar.bz2
mana-client-28b709ebcc804c3d4a45604abcf2b200453185b9.tar.xz
mana-client-28b709ebcc804c3d4a45604abcf2b200453185b9.zip
Fix a spelling error in palette
-rw-r--r--src/gui/palette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/palette.cpp b/src/gui/palette.cpp
index e93c7744..967212fe 100644
--- a/src/gui/palette.cpp
+++ b/src/gui/palette.cpp
@@ -127,7 +127,7 @@ Palette::~Palette()
col != colEnd; ++col)
{
configName = &ColorTypeNames[col->type];
- config.setValue(*configName + "Gradient", col->comittedGrad);
+ config.setValue(*configName + "Gradient", col->committedGrad);
if (col->grad == STATIC)
{
config.setValue(*configName, toString(col->getRGB()));