Updated AboutData.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/1/head
Mavridis Philippe 3 years ago
parent d3a391bcd6
commit f4b804563b
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -61,9 +61,9 @@ int main(int argc, char **argv)
{ {
// qInstallMsgHandler( myMessageOutput ); // qInstallMsgHandler( myMessageOutput );
TDEAboutData about("kompose", I18N_NOOP("Kompose"), version, description, TDEAboutData about("kompose", I18N_NOOP("Komposé"), version, description, TDEAboutData::License_GPL,
TDEAboutData::License_GPL, "(C) 2005 Hans Oischinger", "", "http://developer.berlios.de/projects/kompose", "hans.oischinger@kde-mail.net"); "Copyright (c) 2021, The Trinity Desktop project\nCopyright (c) 2005, Hans Oischinger", "", "https://www.trinitydesktop.org/" );
about.addAuthor( "Hans Oischinger", 0, "hans.oischinger@kde-mail.net" ); about.addAuthor( "Hans Oischinger", "Original Author", "hans.oischinger@kde-mail.net", "http://developer.berlios.de/projects/kompose" );
TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options ); TDECmdLineArgs::addCmdLineOptions( options );

Loading…
Cancel
Save