summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-07-16 00:51:31 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-07-16 00:51:31 +0000
commiteb1fcf549a7a165624189276fd30af01a42ec0cb (patch)
tree1b0db0782613563ecd2dc31e1a9e01c623e4e6e7 /src/engine.cpp
parent012a21654ee705f821e31f723e5c804dd414078f (diff)
downloadMana-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.cpp2
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();