1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

Oops, fix build

This commit is contained in:
Dominik Schmidt 2011-05-08 15:51:16 +02:00
parent 6118432dd7
commit 12462ead58

View File

@ -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;
}