|
|
|
@ -28,7 +28,7 @@
|
|
|
|
|
#include "kmfiptinterface.h"
|
|
|
|
|
#include "version.h"
|
|
|
|
|
static const char description[] =
|
|
|
|
|
I18N_NOOP( "A KDE KPart Application" );
|
|
|
|
|
I18N_NOOP( "A TDE KPart Application" );
|
|
|
|
|
|
|
|
|
|
static const char version[] = "0.1";
|
|
|
|
|
|
|
|
|
@ -39,7 +39,7 @@ static KCmdLineOptions options[] =
|
|
|
|
|
|
|
|
|
|
int main ( int argc, char *argv[] ) {
|
|
|
|
|
KLocale::setMainCatalogue( "tdelibs" );
|
|
|
|
|
KAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "KDE" ),
|
|
|
|
|
KAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "TDE" ),
|
|
|
|
|
version, description,
|
|
|
|
|
KAboutData::License_GPL, "(C) 2001, Christian Hubinger" );
|
|
|
|
|
aboutdata.addAuthor( "Christian Hubinger", I18N_NOOP( "Developer" ), "e9806056@student.tuwien.ac.at" );
|
|
|
|
|