diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-07-01 15:47:41 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-01 15:47:52 +0200 |
commit | 671fa4db2317f2df0e2fa2436f6cadc3aa30b7c8 (patch) | |
tree | 2f6be548507f22b513102bbd43fd2e410e3f61c2 | |
parent | 3c0e3b338463b44724c86a986699f450522b2213 (diff) | |
download | tdemultimedia-671fa4db2317f2df0e2fa2436f6cadc3aa30b7c8.tar.gz tdemultimedia-671fa4db2317f2df0e2fa2436f6cadc3aa30b7c8.zip |
Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9f5e38c77ee2e36e04b0b0993379dea1fd670931)
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | arts/builder/main.cpp | 2 | ||||
-rw-r--r-- | krec/tips | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -54,7 +54,7 @@ Have a look at the individual subdirectories, if you want to know, what versions of apps are included. Please direct any bug reports to our bug list by visiting -http://bugs.kde.org. +http://bugs.trinitydesktop.org. General KDE discussions should go to the KDE mailing list (kde@kde.org). diff --git a/arts/builder/main.cpp b/arts/builder/main.cpp index b163f4a1..1d7bbce9 100644 --- a/arts/builder/main.cpp +++ b/arts/builder/main.cpp @@ -923,7 +923,7 @@ int main(int argc, char **argv) "(C) 1998-2001, Stefan Westerfeld", I18N_NOOP("The analog real-time synthesizer graphical design tool."), "http://www.arts-project.org/", - "submit@bugs.kde.org"); + "submit@bugs.trinitydesktop.org"); aboutData.addAuthor("Stefan Westerfeld", I18N_NOOP("Author"), "stefan@twc.de"); aboutData.addCredit("Waldo Bastian", 0, "bastian@kde.org"); @@ -29,7 +29,7 @@ Most developers are very happy to see their applications used by other people. S <html> <h4>...that you are invited to report bugs?</h4> <p> -Altough a lot of testing is done, our capabilities of catching every possible event/configuration are limited. So if you find a bug use "Report Bug" in the "Help"-menu or go directly to http://bugs.kde.org. +Altough a lot of testing is done, our capabilities of catching every possible event/configuration are limited. So if you find a bug use "Report Bug" in the "Help"-menu or go directly to http://bugs.trinitydesktop.org. </p> </html> </tip> @@ -38,7 +38,7 @@ Altough a lot of testing is done, our capabilities of catching every possible ev <html> <h4>...that KRec is far from complete?</h4> <p> -So if you have a nice feature you think KRec should incorporate please tell us! To avoid duplicates and improve productivity please do it via bugs.kde.org or the bug reporting tools and us wishlist as severity. +So if you have a nice feature you think KRec should incorporate please tell us! To avoid duplicates and improve productivity please do it via bugs.trinitydesktop.org or the bug reporting tools and us wishlist as severity. </p> </html> </tip> |