X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Feventstringifier.cpp;h=26a2bbe6200415f5b885224a7ea1ac74a404383f;hb=9fc57dc2c000e80fb8bd746a090e2e8210e1278e;hp=0c1a80f2de57c4ea06ce142beefddc54b6d60661;hpb=602f1cafaa8744d4e54f2dd53906f399b80b6719;p=quassel.git diff --git a/src/core/eventstringifier.cpp b/src/core/eventstringifier.cpp index 0c1a80f2..26a2bbe6 100644 --- a/src/core/eventstringifier.cpp +++ b/src/core/eventstringifier.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2013 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -615,7 +615,7 @@ void EventStringifier::processIrcEvent333(IrcEvent *e) QDateTime topicSetTime = QDateTime::fromTime_t(e->params()[2].toInt()); displayMsg(e, Message::Topic, tr("Topic set by %1 on %2") .arg(e->params()[1], - QLocale().toString(topicSetTime, QLocale().dateTimeFormat()), QString(), channel)); + QLocale().toString(topicSetTime, QLocale().dateTimeFormat())), QString(), channel); }