diff options
author | Slávek Banko <[email protected]> | 2018-07-01 15:52:52 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-07-01 15:52:52 +0200 |
commit | 3fcbeef084f778509b1ae3753c375295f61cd1f3 (patch) | |
tree | fc060029d4f152d8149081e5c0e04f4b881306d8 /kopete/protocols/jabber | |
parent | b07c9747b94c9b87b0b4328e55a31ac4a02d3da6 (diff) | |
download | tdenetwork-3fcbeef084f778509b1ae3753c375295f61cd1f3.tar.gz tdenetwork-3fcbeef084f778509b1ae3753c375295f61cd1f3.zip |
Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kopete/protocols/jabber')
-rw-r--r-- | kopete/protocols/jabber/jabbercontactpool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/jabbercontactpool.cpp b/kopete/protocols/jabber/jabbercontactpool.cpp index 5f68b9dc..2d580957 100644 --- a/kopete/protocols/jabber/jabbercontactpool.cpp +++ b/kopete/protocols/jabber/jabbercontactpool.cpp @@ -81,7 +81,7 @@ JabberContact *JabberContactPool::addContact ( const XMPP::RosterItem &contact, { KMessageBox::error ( Kopete::UI::Global::mainWidget (), "Fatal error in the Jabber contact pool. Please restart Kopete and submit a debug log " - "of your session to http://bugs.kde.org.", + "of your session to http://bugs.trinitydesktop.org.", "Fatal Jabber Error" ); } |