From e3e76014e70643b0828f30f5c5277e212495d37c Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 17 Apr 2005 17:29:12 +0000 Subject: fixes --- (limited to 'libkcal') diff --git a/libkcal/alarm.cpp b/libkcal/alarm.cpp index d8f15b5..6de1566 100644 --- a/libkcal/alarm.cpp +++ b/libkcal/alarm.cpp @@ -358,7 +358,7 @@ QString Alarm::offsetText() int days = hours /24; hours = hours % 24; QString message; - qDebug("%d %d %d ", days, hours, min ); + //qDebug("%d %d %d ", days, hours, min ); if ( days > 0 ) message += i18n("%1d").arg( days ); if ( hours > 0 ) { diff --git a/libkcal/kincidenceformatter.cpp b/libkcal/kincidenceformatter.cpp index 8ae5b46..7d61b7f 100644 --- a/libkcal/kincidenceformatter.cpp +++ b/libkcal/kincidenceformatter.cpp @@ -283,7 +283,7 @@ void KIncidenceFormatter::setJournal(Journal* ) void KIncidenceFormatter::formatCategories(Incidence *event) { if (!event->categoriesStr().isEmpty()) { - addTag("p",i18n("Categories: ")+event->categoriesStr() ); + addTag("p",i18n("Categories: ")+event->categoriesStrWithSpace() ); //mText.append(event->categoriesStr()); } } -- cgit v0.9.0.2