summaryrefslogtreecommitdiff
path: root/src/log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.cpp')
-rw-r--r--src/log.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/log.cpp b/src/log.cpp
index 29eeb010..75b015da 100644
--- a/src/log.cpp
+++ b/src/log.cpp
@@ -1,9 +1,8 @@
/*
- * Aethyra
+ * The Mana World
* Copyright (C) 2004 The Mana World Development Team
*
- * This file is part of Aethyra based on original code
- * from The Mana World.
+ * This file is part of The Mana World.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -104,7 +103,7 @@ void Logger::log(const char *log_text, ...)
if (mChatWindow)
{
- mChatWindow->chatLog(buf, BY_LOGGER);
+ localChatTab->chatLog(buf, BY_LOGGER);
}
// Delete temporary buffer