From 94df6192e59b7d4c69e2fb43ef2c39db08bb1c39 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 23 Oct 2004 19:32:41 +0000 Subject: compile fixes --- (limited to 'kmicromail/addresspicker.cpp') diff --git a/kmicromail/addresspicker.cpp b/kmicromail/addresspicker.cpp index ec6da49..f4234b4 100644 --- a/kmicromail/addresspicker.cpp +++ b/kmicromail/addresspicker.cpp @@ -62,7 +62,7 @@ AddressPicker::AddressPicker( QWidget *parent, const char *name, bool modal, WFl #if 0 // makes this realy sense?? addressList->insertItem( - tr( "There are no entries in the addressbook." ) ); + i18n( "There are no entries in the addressbook." ) ); #endif addressList->setEnabled( false ); okButton->setEnabled( false ); @@ -89,8 +89,8 @@ void AddressPicker::accept() if ( names.isEmpty() ) { - QMessageBox::information(this, tr("Error"), tr("

You have to select" - " at least one address entry.

"), tr("Ok")); + QMessageBox::information(this, i18n("Error"), i18n("

You have to select" + " at least one address entry.

"), i18n("Ok")); return; } -- cgit v0.9.0.2