From 44f6df178f7f79bb4d5e8f183b56d1c21ce3a2b2 Mon Sep 17 00:00:00 2001 From: defnax Date: Tue, 14 Jul 2009 15:09:20 +0000 Subject: [PATCH] removed icq entries from MessageBoxes git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1376 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp b/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp index d2ab7a262..ce918da37 100755 --- a/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp +++ b/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp @@ -282,7 +282,7 @@ TextPage::showHelpUserCert() QMessageBox::information(this, tr("Connect Friend Help"), tr("You can copy this text and send it to your " - "friend via email, ICQ or some other way")); + "friend via email or some other way")); } // @@ -294,7 +294,7 @@ TextPage::copyCert() QMessageBox::information(this, tr("RetroShare"), tr("Your Cert is copied to Clipbard, paste and send it to your" - "friend via email, ICQ or some other way")); + "friend via email or some other way")); QClipboard *clipboard = QApplication::clipboard(); clipboard->setText(userCertEdit->toPlainText());