diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-09-28 21:26:23 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-09-28 21:26:23 +0000 |
commit | eb8dc37bfa07e1185308bc8d4748d92c69af1783 (patch) | |
tree | 43f8b726cc7f2c071c0641fdacb187c747aaaf5a /src/gui/chat.cpp | |
parent | e93e064373c382b80ecb37919335fbfe424efeea (diff) | |
download | mana-eb8dc37bfa07e1185308bc8d4748d92c69af1783.tar.gz mana-eb8dc37bfa07e1185308bc8d4748d92c69af1783.tar.bz2 mana-eb8dc37bfa07e1185308bc8d4748d92c69af1783.tar.xz mana-eb8dc37bfa07e1185308bc8d4748d92c69af1783.zip |
Save and load X, Y, Height, and Width to useful wins.
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 0b31c8d6..e6868622 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -41,7 +41,7 @@ ChatWindow::ChatWindow(const std::string &logfile): Window("") { - setName("Chat"); + setWindowName("Chat"); chatlog_file.open(logfile.c_str(), std::ios::out | std::ios::app); items = 0; items_keep = 20; |