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/kincidenceformatter.cpp') 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