[Kst] extragear/graphics/kst/src/extdate
George Staikos
staikos at kde.org
Tue Apr 10 21:14:22 CEST 2007
SVN commit 652354 by staikos:
doesn't compile for me, and we're in a hard freeze anyway.
M +1 -1 kstextdatepicker.cpp
--- trunk/extragear/graphics/kst/src/extdate/kstextdatepicker.cpp #652353:652354
@@ -243,7 +243,7 @@
//must remain commented unless ExtDate gets added to kdelibs
// const ExtCalendarSystem * calendar = KGlobal::locale()->calendar();
-// line->setText(KGlobal::locale()->formatDate(date, KLocale::ShortDate));
+// line->setText(KGlobal::locale()->formatDate(date, true));
line->setText( date.toString( KGlobal::locale()->dateFormatShort() ) );
selectMonth->setText(d->calendar->monthName(date, false));
fillWeeksCombo(date);
More information about the Kst
mailing list