Index: main.cpp =================================================================== --- main.cpp +++ main.cpp @@ -166,6 +166,9 @@ aboutData.addAuthor( i18n("Parker Coates"), i18n("Cleanup and polish"), QStringLiteral("coates@kde.org") ); + aboutData.addAuthor( i18n("Shlomi Fish"), + i18n("Integration with Freecell Solver and further work"), + QStringLiteral("shlomif@cpan.org") ); // Create a KLocale earlier than normal so that we can use i18n to translate // the names of the game types in the help text.