summaryrefslogtreecommitdiffabout
path: root/kaddressbook/kabcore.cpp
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 /kaddressbook/kabcore.cpp
parenta9ca33a6c78026396ff081572e96f0d1e3eb63fa (diff)
downloadkdepimpi-43f40fe1bbc57d3b57d2a715accb51a7c8e473e1.zip
kdepimpi-43f40fe1bbc57d3b57d2a715accb51a7c8e473e1.tar.gz
kdepimpi-43f40fe1bbc57d3b57d2a715accb51a7c8e473e1.tar.bz2
makefile back
Diffstat (limited to 'kaddressbook/kabcore.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kabcore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp
index ea103a9..273d435 100644
--- a/kaddressbook/kabcore.cpp
+++ b/kaddressbook/kabcore.cpp
@@ -2789,6 +2789,7 @@ bool KABCore::synchronizeAddressbooks( KABC::AddressBook* local, KABC::AddressBo
QString mes;
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"),addedAddressee, addedAddresseeR, changedLocal, changedRemote, deletedAddresseeL, deletedAddresseeR );
qDebug( mes );
+ mes = i18n("Local addressbook changed!\n") +mes;
if ( syncManager->mShowSyncSummary ) {
if ( KMessageBox::Cancel == KMessageBox::warningContinueCancel(this, mes,
i18n("KA/Pi Synchronization"),i18n("Write back"))) {