|
|
|
@ -63,8 +63,8 @@ static const KCmdLineOptions options[] = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv) {
|
|
|
|
|
KAboutData about("k9copy", I18N_NOOP("k9copy"), version,description,
|
|
|
|
|
KAboutData::License_GPL, "(C) 2004-2006 Jean-Michel PETIT", 0, 0, "k9copy@free.fr");
|
|
|
|
|
TDEAboutData about("k9copy", I18N_NOOP("k9copy"), version,description,
|
|
|
|
|
TDEAboutData::License_GPL, "(C) 2004-2006 Jean-Michel PETIT", 0, 0, "k9copy@free.fr");
|
|
|
|
|
about.addAuthor( "Jean-Michel PETIT", 0, "k9copy@free.Fr" );
|
|
|
|
|
about.setTranslator(I18N_NOOP("_: NAME OF TRANSLATORS\\nYour names")
|
|
|
|
|
,I18N_NOOP("_: EMAIL OF TRANSLATORS\\nYour emails"));
|
|
|
|
|