diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-09 09:00:06 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-09 09:00:06 -0600 |
commit | 31afa067800d048985deb9ebe45c9729dfd39a00 (patch) | |
tree | c6d1528c9c4dbba07bd0dddd5144ec56706fb0d1 /src/gui/chat.h | |
parent | ad290061e608a232ed04d587c7b742217f552898 (diff) | |
download | mana-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.h | 4 |
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); |