summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/TemplateHTMLBuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/src/TemplateHTMLBuilder.cpp')
-rw-r--r--plugins/IEView/src/TemplateHTMLBuilder.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/IEView/src/TemplateHTMLBuilder.cpp b/plugins/IEView/src/TemplateHTMLBuilder.cpp
index a4356760a3..3cc39d9d43 100644
--- a/plugins/IEView/src/TemplateHTMLBuilder.cpp
+++ b/plugins/IEView/src/TemplateHTMLBuilder.cpp
@@ -18,7 +18,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "TemplateHTMLBuilder.h"
+
+#include "ieview_common.h"
#define EVENTTYPE_STATUSCHANGE 25368
@@ -514,7 +515,7 @@ void TemplateHTMLBuilder::appendEventTemplate(IEView *view, IEVIEWEVENT *event,
case Token::PLAIN:
tokenVal = token->getText();
break;
- case Token::NAME:
+ case Token::INAME:
if (getFlags(protoSettings) & Options::LOG_SHOW_NICKNAMES) {
tokenVal = szName;
} else {