From 71d6415ec2a8c6b987c78c160be602f422299dbd Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 30 Aug 2006 23:11:50 +0000 Subject: [PATCH] Monotone-Parent: 9d86e187092bc677ee3ceb2cb3b127b1510b076f Monotone-Revision: 6356aa36bd82a1042794fc45e040beba73d53c34 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-30T23:11:50 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxAppointmentEditor.m | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index 514612d11..d87dd3517 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -525,13 +525,13 @@ s = [self iCalParticipantsAndResourcesStringFromQueryParameters]; template = [NSString stringWithFormat:iCalStringTemplate, - [[self clientObject] nameInContainer], - [[NSCalendarDate date] icalString], - [lStartDate icalString], - [lEndDate icalString], - [self transparency], - [self iCalOrganizerString], - s]; + [[self clientObject] nameInContainer], + [[NSCalendarDate date] icalString], + [lStartDate icalString], + [lEndDate icalString], + [self transparency], + [self iCalOrganizerString], + s]; return template; }