summaryrefslogtreecommitdiffabout
path: root/libkdepim/ksyncmanager.cpp
Unidiff
Diffstat (limited to 'libkdepim/ksyncmanager.cpp') (more/less context) (show whitespace changes)
-rw-r--r--libkdepim/ksyncmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libkdepim/ksyncmanager.cpp b/libkdepim/ksyncmanager.cpp
index db815d6..038e032 100644
--- a/libkdepim/ksyncmanager.cpp
+++ b/libkdepim/ksyncmanager.cpp
@@ -521,6 +521,7 @@ void KSyncManager::multiSync( bool askforPrefs )
521 if (blockSave()) 521 if (blockSave())
522 return; 522 return;
523 setBlockSave(true); 523 setBlockSave(true);
524 if ( askforPrefs ) {
524 QString question = i18n("Do you really want\nto multiple sync\nwith all checked profiles?\nSyncing takes some\ntime - all profiles\nare synced twice!"); 525 QString question = i18n("Do you really want\nto multiple sync\nwith all checked profiles?\nSyncing takes some\ntime - all profiles\nare synced twice!");
525 if ( QMessageBox::information( mParent, i18n("KDE-Pim Sync"), 526 if ( QMessageBox::information( mParent, i18n("KDE-Pim Sync"),
526 question, 527 question,
@@ -530,6 +531,7 @@ void KSyncManager::multiSync( bool askforPrefs )
530 mParent->topLevelWidget()->setCaption(i18n("Aborted! Nothing synced!")); 531 mParent->topLevelWidget()->setCaption(i18n("Aborted! Nothing synced!"));
531 return; 532 return;
532 } 533 }
534 }
533 mCurrentSyncDevice = i18n("Multiple profiles") ; 535 mCurrentSyncDevice = i18n("Multiple profiles") ;
534 mSyncAlgoPrefs = mPrefs->mRingSyncAlgoPrefs; 536 mSyncAlgoPrefs = mPrefs->mRingSyncAlgoPrefs;
535 if ( askforPrefs ) { 537 if ( askforPrefs ) {