diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-07-16 00:51:31 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-07-16 00:51:31 +0000 |
commit | eb1fcf549a7a165624189276fd30af01a42ec0cb (patch) | |
tree | 1b0db0782613563ecd2dc31e1a9e01c623e4e6e7 /src/engine.cpp | |
parent | 012a21654ee705f821e31f723e5c804dd414078f (diff) | |
download | mana-eb1fcf549a7a165624189276fd30af01a42ec0cb.tar.gz mana-eb1fcf549a7a165624189276fd30af01a42ec0cb.tar.bz2 mana-eb1fcf549a7a165624189276fd30af01a42ec0cb.tar.xz mana-eb1fcf549a7a165624189276fd30af01a42ec0cb.zip |
Oops forgot two slashes.
Diffstat (limited to 'src/engine.cpp')
-rw-r--r-- | src/engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp index 7181ac80..4e8c218f 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -159,7 +159,7 @@ Engine::Engine(): // Create dialogs chatWindow = new ChatWindow( - config.getValue("homeDir", "") + std::string("chatlog.txt")); + config.getValue("homeDir", "") + std::string("/chatlog.txt")); statusWindow = new StatusWindow(); buyDialog = new BuyDialog(); sellDialog = new SellDialog(); |