diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:18 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:03:38 +0200 |
commit | d17de25b7fe2200ed60b15ec6801e3458b2c1046 (patch) | |
tree | f8d177d2e951eab368c0491c24837836ef41470b /tdefilereplace/main.cpp | |
parent | 9b520883661b34a40beb46cedb80355fbe6587ad (diff) | |
download | tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.tar.gz tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdefilereplace/main.cpp')
-rw-r--r-- | tdefilereplace/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefilereplace/main.cpp b/tdefilereplace/main.cpp index 573577e6..da78eb23 100644 --- a/tdefilereplace/main.cpp +++ b/tdefilereplace/main.cpp @@ -36,7 +36,7 @@ int main(int argc, char *argv[]) { TDEAboutData about("tdefilereplace", I18N_NOOP("KFileReplace"), version, description, TDEAboutData::License_GPL_V2, "(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 Francois Dupoux", I18N_NOOP("Part of the KDEWebDev module."), - "http://www.tdewebdev.org"); + "http://www.kdewebdev.org"); about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org"); about.addAuthor("Emiliano Gulmini", I18N_NOOP("Current maintainer, code cleaner and rewriter"),"emi_barbarossa@yahoo.it"); |