diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-07-01 16:07:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-01 16:07:55 +0200 |
commit | 937421fdc516b0b781a5f9e771a156ba7da3e8ff (patch) | |
tree | a20f3d58753bc922630cf857b4d6293035b986dc /kpercentage | |
parent | 98dc1975ed8aa3b948543349837ec35913378980 (diff) | |
download | tdeedu-937421fdc516b0b781a5f9e771a156ba7da3e8ff.tar.gz tdeedu-937421fdc516b0b781a5f9e771a156ba7da3e8ff.zip |
Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kpercentage')
-rw-r--r-- | kpercentage/kpercentage/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpercentage/kpercentage/main.cpp b/kpercentage/kpercentage/main.cpp index a83bca4e..0bb4b3b3 100644 --- a/kpercentage/kpercentage/main.cpp +++ b/kpercentage/kpercentage/main.cpp @@ -43,7 +43,7 @@ int main( int argc, char *argv[] ) KPERCENTAGE_VERSION, description, TDEAboutData::License_GPL, "(c) 2001-2007, Matthias Messmer", 0, 0, - "submit@bugs.kde.org" + "submit@bugs.trinitydesktop.org" ); aboutData.addAuthor( "Matthias Messmer", I18N_NOOP( "coding, coding and coding" ), "bmlmessmer@web.de" ); aboutData.addAuthor( "Carsten Niehaus", I18N_NOOP( "CVS, coding and sed-script" ), "cniehaus@gmx.de" ); |