summaryrefslogtreecommitdiff
path: root/core/pim/addressbook
authorcniehaus <cniehaus>2002-12-13 16:19:10 (UTC)
committer cniehaus <cniehaus>2002-12-13 16:19:10 (UTC)
commitc8383e3b2e83631f68ee93173422e83746be695f (patch) (side-by-side diff)
tree0550567844d620155d11dd31c1c0db50ba2a9b5e /core/pim/addressbook
parent33513c771164337da46c65f379c98b06adb6f704 (diff)
downloadopie-c8383e3b2e83631f68ee93173422e83746be695f.zip
opie-c8383e3b2e83631f68ee93173422e83746be695f.tar.gz
opie-c8383e3b2e83631f68ee93173422e83746be695f.tar.bz2
have overseen one
Diffstat (limited to 'core/pim/addressbook') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/addressbook.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp
index 5ce90a9..30fa85b 100644
--- a/core/pim/addressbook/addressbook.cpp
+++ b/core/pim/addressbook/addressbook.cpp
@@ -364,13 +364,13 @@ void AddressbookWindow::setDocument( const QString &filename )
for ( it = allList.begin(); it != allList.end(); ++it ){
qWarning("Adding Contact from: %s", (*it).fullName().latin1() );
if ( doAsk ){
switch( QMessageBox::information( this, tr ( "Add Contact?" ),
tr( "Do you really want add contact for \n%1?" )
.arg( (*it).fullName().latin1() ),
- tr( "&Yes" ), tr( "&No" ), tr( "&AllYes"),
+ tr( "&Yes" ), tr( "&No" ), tr( "&All Yes"),
0, // Enter == button 0
2 ) ) { // Escape == button 2
case 0:
qWarning("YES clicked");
m_abView->addEntry( *it );
break;