diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-06-02 09:47:20 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-06-02 09:47:20 +0000 |
commit | 00d3e974e0cd9da6806c80526f8d0f47ddf01dd2 (patch) | |
tree | 17f4c12314c78fae447584276ae6f7d7dcecf92c /src/gui/chat.h | |
parent | 7f5ecb3d24df397cdee57e545fae42a8e11024f8 (diff) | |
download | mana-00d3e974e0cd9da6806c80526f8d0f47ddf01dd2.tar.gz mana-00d3e974e0cd9da6806c80526f8d0f47ddf01dd2.tar.bz2 mana-00d3e974e0cd9da6806c80526f8d0f47ddf01dd2.tar.xz mana-00d3e974e0cd9da6806c80526f8d0f47ddf01dd2.zip |
Changed color of chat messages in OpenGL mode from orange to black.
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index 1269b98e..6be12b34 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -153,13 +153,13 @@ class ChatWindow : public Window, public gcn::ActionListener, /* * Determines whether to send a command or an ordinary message, then - * contructs packets & sends them + * contructs packets & sends them. * * @param nick The character's name to display in front. * @param msg The message text which is to be send. * * NOTE: - * the nickname is required by the server, if not specified + * The nickname is required by the server, if not specified * the message may not be sent unless a command was intended * which requires another packet to be constructed! you can * achieve this by putting a slash ("/") infront of the |