diff options
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 f0902bb0..7181ac80 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -159,7 +159,7 @@ Engine::Engine(): // Create dialogs chatWindow = new ChatWindow( - std::string(homeDir) + std::string("chatlog.txt")); + config.getValue("homeDir", "") + std::string("chatlog.txt")); statusWindow = new StatusWindow(); buyDialog = new BuyDialog(); sellDialog = new SellDialog(); |