diff options
author | Roderic Morris <roderic@ccs.neu.edu> | 2008-07-14 23:15:10 +0000 |
---|---|---|
committer | Roderic Morris <roderic@ccs.neu.edu> | 2008-07-14 23:15:10 +0000 |
commit | 1e5a8a201f59cb54f725ac4660a41013bcd768cf (patch) | |
tree | d0edea7722cc2d15acea776a5239c313b852e525 /src/gui/chat.h | |
parent | 993b43e87e2d53e8ae8ea31c43f04a19613a6d09 (diff) | |
download | mana-1e5a8a201f59cb54f725ac4660a41013bcd768cf.tar.gz mana-1e5a8a201f59cb54f725ac4660a41013bcd768cf.tar.bz2 mana-1e5a8a201f59cb54f725ac4660a41013bcd768cf.tar.xz mana-1e5a8a201f59cb54f725ac4660a41013bcd768cf.zip |
fix view names checkbox, fix compilation with cmake
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index e0e61ce5..3923e097 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -95,7 +95,7 @@ class ChatWindow : public Window, */ void chatLog(std::string line, int own = BY_SERVER, - std::string channelName = "getFocused\""); + std::string channelName = ""); /** * Performs action. |