diff options
Diffstat (limited to 'src/gui/recorder.cpp')
-rw-r--r-- | src/gui/recorder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/recorder.cpp b/src/gui/recorder.cpp index b2679553..a86048c0 100644 --- a/src/gui/recorder.cpp +++ b/src/gui/recorder.cpp @@ -104,7 +104,7 @@ void Recorder::setRecordingFile(const std::string &msg) */ localChatTab->chatLog(_("Starting to record..."), BY_SERVER); const std::string file = - std::string(PHYSFS_getUserDir()) + "/.tmw/" + msgCopy; + std::string(PHYSFS_getUserDir()) + "/.mana/" + msgCopy; mStream.open(file.c_str(), std::ios_base::trunc); |