diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-07-01 15:52:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-01 15:53:11 +0200 |
commit | ac2709d4dfdbc6e04afd02ee415df4cabcaf193a (patch) | |
tree | 77096c7e2d8f3bb7a485ea8e85e5d31dc322452b /kopete/protocols | |
parent | 92f11c11999eebc35427a9c8a8789d851f34674e (diff) | |
download | tdenetwork-ac2709d4dfdbc6e04afd02ee415df4cabcaf193a.tar.gz tdenetwork-ac2709d4dfdbc6e04afd02ee415df4cabcaf193a.zip |
Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3fcbeef084f778509b1ae3753c375295f61cd1f3)
Diffstat (limited to 'kopete/protocols')
-rw-r--r-- | kopete/protocols/gadu/README.gadu | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/jabbercontactpool.cpp | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/oscaraccount.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/gadu/README.gadu b/kopete/protocols/gadu/README.gadu index 6c7a929e..85ad6fb8 100644 --- a/kopete/protocols/gadu/README.gadu +++ b/kopete/protocols/gadu/README.gadu @@ -37,7 +37,7 @@ If you're looking for more information, please refer to http://kopete.kde.org and read the FAQ . If you have found an error in kopete, or in the gadu-gadu plugin -- please use the kde bug tracking system at http://bugs.kde.org/ +- please use the kde bug tracking system at http://bugs.trinitydesktop.org/ Grzegorz Jaskiewicz aka Kain/K4 gj AT pointblue DOT com DOT pl 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" ); } diff --git a/kopete/protocols/oscar/oscaraccount.cpp b/kopete/protocols/oscar/oscaraccount.cpp index 63402b34..a28a8035 100644 --- a/kopete/protocols/oscar/oscaraccount.cpp +++ b/kopete/protocols/oscar/oscaraccount.cpp @@ -878,7 +878,7 @@ TQString OscarAccount::getFLAPErrorMessage( int code ) else { reason = i18n("The %1 server thinks the client you are using is " \ - "too old. Please report this as a bug at http://bugs.kde.org") + "too old. Please report this as a bug at http://bugs.trinitydesktop.org") .arg( acctType ); } break; |