From 43f40fe1bbc57d3b57d2a715accb51a7c8e473e1 Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 28 Oct 2004 18:28:07 +0000 Subject: makefile back --- (limited to 'korganizer/calendarview.cpp') diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 4e29d6f..59bf615 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -1196,6 +1196,7 @@ bool CalendarView::synchronizeCalendar( Calendar* local, Calendar* remote, int delmess.sprintf( i18n("%d items skipped on remote,\nbecause they are in the past or\nmore than %d weeks in the future.\nAfter skipping, remote has\n%d calendar/todo items."), delFut,mSyncManager->mWriteBackInFuture, remRem-delFut); mes += delmess; } + mes = i18n("Local calendar changed!\n") +mes; mCalendar->checkAlarmForIncidence( 0, true ); qDebug( mes ); if ( mSyncManager->mShowSyncSummary ) { -- cgit v0.9.0.2