~ubuntu-branches/ubuntu/vivid/quassel/vivid-updates

« back to all changes in this revision

Viewing changes to src/uisupport/uistyle.cpp

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2013-04-09 19:34:42 UTC
  • mfrom: (1.1.50)
  • Revision ID: package-import@ubuntu.com-20130409193442-i88b16quup12v4x7
Tags: 0.9~rc1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
717
717
    case Message::DayChange:
718
718
    {
719
719
        //: Day Change Message
720
 
        t = tr("{Day changed to %1}").arg(QLocale().toString(timestamp(), QLocale().dateFormat()));
 
720
        t = tr("{Day changed to %1}").arg(timestamp().date().toString(Qt::DefaultLocaleLongDate));
721
721
    }
722
722
        break;
723
723
    case Message::Topic: