|
|
|
@ -48,11 +48,11 @@ int main(int argc, char **argv)
|
|
|
|
|
about->setProgramLogo( TQImage( PREFIX "/share/icons/hicolor/32x32/apps/kdpkg.png") );
|
|
|
|
|
about->setShortDescription( I18N_NOOP("Frontend for dpkg.") );
|
|
|
|
|
about->setLicense(TDEAboutData::License_GPL_V2);
|
|
|
|
|
about->setHomepage("http://trinity.pearsoncomputing.net");
|
|
|
|
|
about->setBugAddress("http://bugs.pearsoncomputing.net");
|
|
|
|
|
about->setHomepage("http://www.trinitydesktop.org");
|
|
|
|
|
about->setBugAddress("http://bugs.trinitydesktop.org");
|
|
|
|
|
about->setCopyrightStatement("(c) 2010 Timothy Pearson\n(c) 2007 Fabian Würtz");
|
|
|
|
|
|
|
|
|
|
about->addAuthor("Timothy Pearson (Trinity Project)", I18N_NOOP("Developer"), "kb9vqf@pearsoncomputing.net", "http://trinity.pearsoncomputing.net");
|
|
|
|
|
about->addAuthor("Timothy Pearson (Trinity Project)", I18N_NOOP("Developer"), "kb9vqf@pearsoncomputing.net", "http://www.trinitydesktop.org");
|
|
|
|
|
about->addAuthor("Fabian Würtz (xadras)", I18N_NOOP("Developer"), "xadras@sidux.com", "http://xadras.wordpress.com/");
|
|
|
|
|
|
|
|
|
|
TDECmdLineArgs::init(argc, argv, about);
|
|
|
|
|