summaryrefslogtreecommitdiffabout
path: root/korganizer
authorzautrix <zautrix>2004-10-28 18:28:07 (UTC)
committer zautrix <zautrix>2004-10-28 18:28:07 (UTC)
commit43f40fe1bbc57d3b57d2a715accb51a7c8e473e1 (patch) (side-by-side diff)
treea85c2f1229f4c4d9391719c414add5fe9d4f4480 /korganizer
parenta9ca33a6c78026396ff081572e96f0d1e3eb63fa (diff)
downloadkdepimpi-43f40fe1bbc57d3b57d2a715accb51a7c8e473e1.zip
kdepimpi-43f40fe1bbc57d3b57d2a715accb51a7c8e473e1.tar.gz
kdepimpi-43f40fe1bbc57d3b57d2a715accb51a7c8e473e1.tar.bz2
makefile back
Diffstat (limited to 'korganizer') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/calendarview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp
index 4e29d6f..59bf615 100644
--- a/korganizer/calendarview.cpp
+++ b/korganizer/calendarview.cpp
@@ -1193,12 +1193,13 @@ bool CalendarView::synchronizeCalendar( Calendar* local, Calendar* remote, int
mes .sprintf( i18n("Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n"),addedEvent, addedEventR, changedLocal, changedRemote, deletedEventL, deletedEventR );
QString delmess;
if ( delFut ) {
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 ) {
if ( KMessageBox::Cancel == KMessageBox::warningContinueCancel(this, mes,
i18n("KO/Pi Synchronization"),i18n("Write back"))) {
qDebug("cancelled ");