summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-09 09:00:06 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-09 09:00:06 -0600
commit31afa067800d048985deb9ebe45c9729dfd39a00 (patch)
treec6d1528c9c4dbba07bd0dddd5144ec56706fb0d1 /src/gui/chat.h
parentad290061e608a232ed04d587c7b742217f552898 (diff)
downloadMana-31afa067800d048985deb9ebe45c9729dfd39a00.tar.gz
Mana-31afa067800d048985deb9ebe45c9729dfd39a00.tar.bz2
Mana-31afa067800d048985deb9ebe45c9729dfd39a00.tar.xz
Mana-31afa067800d048985deb9ebe45c9729dfd39a00.zip
Add a popup menu item to add Being name to chat
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);