From 12462ead58ff5d66f699609dee70f7c120789303 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Sun, 8 May 2011 15:51:16 +0200 Subject: [PATCH] Oops, fix build --- src/sip/jreen/jabber.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sip/jreen/jabber.cpp b/src/sip/jreen/jabber.cpp index 0d7f37f75..d030238bf 100644 --- a/src/sip/jreen/jabber.cpp +++ b/src/sip/jreen/jabber.cpp @@ -145,7 +145,7 @@ JabberPlugin::setProxy( const QNetworkProxy &proxy ) { // patches are welcome in Jreen that implement jdns through proxy emit error( SipPlugin::ConnectionError, - errorMessage( tr( "You need to set hostname and port of your jabber server, if you want to use it through a proxy" ) ) ); + tr( "You need to set hostname and port of your jabber server, if you want to use it through a proxy" ) ); return; }