calendarui/views/dayview/src/calendayview.cpp
changeset 64 1881ad52dc45
parent 63 a3cb48f6c889
child 70 a5ed90760192
equal deleted inserted replaced
63:a3cb48f6c889 64:1881ad52dc45
   405     // Append a single space
   405     // Append a single space
   406     dayString.append(" ");
   406     dayString.append(" ");
   407     // Set the heading
   407     // Set the heading
   408 
   408 
   409     // Append the date which is formatted as per the locale   
   409     // Append the date which is formatted as per the locale   
   410     mHeadingLabel->setHeading(hbTrId("txt_calendar_subhead_1_2").arg(dayString).arg(
   410     mHeadingLabel->setHeading(QString("%1 %2").arg(dayString).arg(
   411         systemLocale.format(mDate.date(), r_qtn_date_usual_with_zero)));
   411         systemLocale.format(mDate.date(), r_qtn_date_usual_with_zero)));
   412 
   412 
   413     HbEffect::start(mHeadingLabel, "fadeIn");
   413     HbEffect::start(mHeadingLabel, "fadeIn");
   414 }
   414 }
   415 
   415