CVS commit by nanulo: Add credits for Eva M +3 -1 main.cpp 1.82 --- kdesdk/kbabel/kbabel/main.cpp #1.81:1.82 @@ -530,5 +530,7 @@ int main(int argc, char **argv) about.addCredit("", I18N_NOOP("KBabel contains code from the following projects:\n" - "Qt by Trolltech and GNU gettext")); + "Qt by Trolltech")); + + about.addCredit("Eva Brucherseifer", I18N_NOOP("String difference algorithm implementation"), "eva@kde.org"); about.setTranslator(I18N_NOOP("_: NAME OF TRANSLATORS\nYour names")