|
|
@ -27,9 +27,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
int main( int argc, char *argv[] )
|
|
|
|
int main( int argc, char *argv[] )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
KAboutData aboutApp( "KStreamRipper", I18N_NOOP( "KStreamRipper" ), "0.3.4",
|
|
|
|
TDEAboutData aboutApp( "KStreamRipper", I18N_NOOP( "KStreamRipper" ), "0.3.4",
|
|
|
|
"KStreamRipper is a Frontend to Streamripper. Visit Homepage for more Info.",
|
|
|
|
"KStreamRipper is a Frontend to Streamripper. Visit Homepage for more Info.",
|
|
|
|
KAboutData::License_GPL, "(C) 2003-2005 Michael Goettsche", 0,
|
|
|
|
TDEAboutData::License_GPL, "(C) 2003-2005 Michael Goettsche", 0,
|
|
|
|
"http://kstreamripper.tuxipuxi.org", "mail@tuxipuxi.org" );
|
|
|
|
"http://kstreamripper.tuxipuxi.org", "mail@tuxipuxi.org" );
|
|
|
|
|
|
|
|
|
|
|
|
aboutApp.addAuthor( "Michael Goettsche", "Maintainer, Initial version", "mail@tuxipuxi.org" );
|
|
|
|
aboutApp.addAuthor( "Michael Goettsche", "Maintainer, Initial version", "mail@tuxipuxi.org" );
|
|
|
|