|
|
|
@ -39,8 +39,8 @@ static KCmdLineOptions options[] =
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|
{
|
|
|
|
|
KAboutData about("katapult", I18N_NOOP("Katapult"), version, description,
|
|
|
|
|
KAboutData::License_GPL, I18N_NOOP("(C) until 2005, Joe Ferris\n(C) 2005, the Katapult development team"), 0, 0, "dev@thekatapult.org.uk");
|
|
|
|
|
TDEAboutData about("katapult", I18N_NOOP("Katapult"), version, description,
|
|
|
|
|
TDEAboutData::License_GPL, I18N_NOOP("(C) until 2005, Joe Ferris\n(C) 2005, the Katapult development team"), 0, 0, "dev@thekatapult.org.uk");
|
|
|
|
|
about.addAuthor( "Martin Meredith" , I18N_NOOP("Project Manager"), "mez@thekatapult.org.uk");
|
|
|
|
|
about.addAuthor( "Bastian Holst", I18N_NOOP("Lead Developer"), "oculus@thekatapult.org.uk" );
|
|
|
|
|
about.addAuthor( "Tobi Vollebregt", I18N_NOOP("Developer"), "tobi@thekatapult.org.uk" );
|
|
|
|
|