diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-11 00:09:51 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-11 00:10:37 +0100 |
commit | 63ac001daa7dfc0735dfefd9c2829c8786b4edaf (patch) | |
tree | a5c749f1705d42acc3e1b37341e73f2674e811e0 /src/text.h | |
parent | dbc6444d3086fa1b7afca4605600a0a0ae8ca394 (diff) | |
download | mana-63ac001daa7dfc0735dfefd9c2829c8786b4edaf.tar.gz mana-63ac001daa7dfc0735dfefd9c2829c8786b4edaf.tar.bz2 mana-63ac001daa7dfc0735dfefd9c2829c8786b4edaf.tar.xz mana-63ac001daa7dfc0735dfefd9c2829c8786b4edaf.zip |
More capitalization fixes for 'color'
Hopefully these are the last ones. :)
Diffstat (limited to 'src/text.h')
-rw-r--r-- | src/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |