diff options
Diffstat (limited to 'src/main_assistant.cpp')
-rw-r--r-- | src/main_assistant.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp index d851447f..f9d87b84 100644 --- a/src/main_assistant.cpp +++ b/src/main_assistant.cpp @@ -44,12 +44,12 @@ int main(int argc, char *argv[]) aboutData.addAuthor("Ian Reinhart Geiser", I18N_NOOP("Dist part, bash support, application templates"), "[email protected]"); aboutData.addAuthor("Matthias Hoelzer-Kluepfel", I18N_NOOP("Several components, htdig indexing"), "[email protected]"); aboutData.addAuthor("Victor Roeder", I18N_NOOP("Help with Automake manager and persistent class store"), "[email protected]"); - aboutData.addAuthor("Harald Fernengel", I18N_NOOP("Ported to Qt 3, patches, valgrind, diff and perforce support"), "[email protected]"); - aboutData.addAuthor("Roberto Raggi", I18N_NOOP("QEditor component, code completion, Abbrev component, C++ support, Java support"), "[email protected]"); + aboutData.addAuthor("Harald Fernengel", I18N_NOOP("Ported to TQt 3, patches, valgrind, diff and perforce support"), "[email protected]"); + aboutData.addAuthor("Roberto Raggi", I18N_NOOP("TQEditor component, code completion, Abbrev component, C++ support, Java support"), "[email protected]"); aboutData.addAuthor("Simon Hausmann", I18N_NOOP("Help with KParts infrastructure"), "[email protected]"); aboutData.addAuthor("Oliver Kellogg", I18N_NOOP("Ada support"), "[email protected]"); - aboutData.addAuthor("Jakob Simon-Gaarde", I18N_NOOP("QMake projectmanager"), "[email protected]"); - aboutData.addAuthor("F@lk Brettschneider", I18N_NOOP("MDI modes, QEditor, bugfixes"), "[email protected]"); + aboutData.addAuthor("Jakob Simon-Gaarde", I18N_NOOP("TQMake projectmanager"), "[email protected]"); + aboutData.addAuthor("F@lk Brettschneider", I18N_NOOP("MDI modes, TQEditor, bugfixes"), "[email protected]"); aboutData.addAuthor("Mario Scalas", I18N_NOOP("PartExplorer, redesign of CvsPart, patches, bugs(fixes)"), "[email protected]"); aboutData.addAuthor("Jens Dagerbo", I18N_NOOP("Replace, Bookmarks, FileList and CTags2 plugins. Overall improvements and patches"), "[email protected]"); aboutData.addAuthor("Julian Rockey", I18N_NOOP("Filecreate part and other bits and patches"), "[email protected]"); @@ -71,7 +71,7 @@ int main(int argc, char *argv[]) aboutData.addCredit("Marcel Turino", I18N_NOOP("Documentation index view"), "[email protected]"); aboutData.addCredit("Yann Hodique", I18N_NOOP("Patches"), "[email protected]"); aboutData.addCredit("Tobias Gl\303\244\303\237er" , I18N_NOOP("Documentation Finder, qmake projectmanager patches, usability improvements, bugfixes ... "), "[email protected]"); - aboutData.addCredit("Andreas Koepfle" , I18N_NOOP("QMake project manager patches"), "[email protected]"); + aboutData.addCredit("Andreas Koepfle" , I18N_NOOP("TQMake project manager patches"), "[email protected]"); aboutData.addCredit("Sascha Cunz" , I18N_NOOP("Cleanup and bugfixes for qEditor, AutoMake and much other stuff"), "[email protected]"); KCmdLineArgs::init(argc, argv, &aboutData); |