summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-11 00:09:51 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-11 00:10:37 +0100
commit63ac001daa7dfc0735dfefd9c2829c8786b4edaf (patch)
treea5c749f1705d42acc3e1b37341e73f2674e811e0 /src/text.h
parentdbc6444d3086fa1b7afca4605600a0a0ae8ca394 (diff)
downloadmana-client-63ac001daa7dfc0735dfefd9c2829c8786b4edaf.tar.gz
mana-client-63ac001daa7dfc0735dfefd9c2829c8786b4edaf.tar.bz2
mana-client-63ac001daa7dfc0735dfefd9c2829c8786b4edaf.tar.xz
mana-client-63ac001daa7dfc0735dfefd9c2829c8786b4edaf.zip
More capitalization fixes for 'color'
Hopefully these are the last ones. :)
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.h b/src/text.h
index 550c00a5..6e121da7 100644
--- a/src/text.h
+++ b/src/text.h
@@ -65,7 +65,7 @@ class Text
int mXOffset; /**< The offset of mX from the desired x. */
static int mInstances; /**< Instances of text. */
std::string mText; /**< The text to display. */
- gcn::Color mcolor; /**< The color of the text. */
+ gcn::Color mColor; /**< The color of the text. */
bool mIsSpeech; /**< Is this text a speech bubble? */
protected: