From 7140721e3421557624a49c5dcc7a38caee8f0ce7 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 24 Sep 2005 21:22:20 +0000 Subject: fix of utf8 month name --- (limited to 'korganizer') diff --git a/korganizer/navigatorbar.cpp b/korganizer/navigatorbar.cpp index b03870f..f6a1a6a 100644 --- a/korganizer/navigatorbar.cpp +++ b/korganizer/navigatorbar.cpp @@ -270,7 +270,7 @@ void NavigatorBar::selectDates( const KCal::DateList &dateList ) const KCalendarSystem *calSys = KOGlobals::self()->calendarSystem(); // compute the label at the top of the navigator - QString dtstr = i18n(calSys->monthName( date )) + " '" + + QString dtstr = calSys->monthName( date ) + " '" + QString::number( calSys->year( date ) ).right(2); mSelectMonth->setText( dtstr ); -- cgit v0.9.0.2