summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index d28cecd4..20586add 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -158,8 +158,8 @@ class ChatWindow : public Window,
/** Called when key is pressed */
void keyPressed(gcn::KeyEvent &event);
- /** Called to set current text */
- void setInputText(std::string input_str);
+ /** Add the given text to the chat input */
+ void addInputText(std::string input_str);
/** Called to add item to chat */
void addItemText(const std::string &item);