mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7a182cade6
commit
6d98fd63b6
3 changed files with 0 additions and 4 deletions
|
@ -46,7 +46,6 @@ int main(int argc, char *argv[])
|
|||
version, ki18n(description), KAboutData::License_BSD,
|
||||
ki18n("(c) 2000, Waldo Bastian"));
|
||||
aboutData.addAuthor(ki18n("Waldo Bastian"),KLocalizedString(), "bastian@kde.org");
|
||||
aboutData.setProductName("kdelibs/kdeui");
|
||||
KCmdLineArgs::init( argc, argv, &aboutData );
|
||||
|
||||
KCmdLineOptions options;
|
||||
|
|
|
@ -46,7 +46,6 @@ int main(int argc, char *argv[])
|
|||
about.addCredit(ki18n("Daniel Nicoletti"), ki18n("various bugfixes"), "dantti12@gmail.com");
|
||||
about.addCredit(ki18n("Will Stephenson"), ki18n("VPN plugins"), "wstephenson@kde.org");
|
||||
about.addCredit(ki18n("Ilia Kats"), ki18n("VPN plugins"), "ilia-kats@gmx.net");
|
||||
about.setProductName("plasma-nm/editor");
|
||||
|
||||
KCmdLineArgs::init(argc, argv, &about);
|
||||
|
||||
|
|
|
@ -41,8 +41,6 @@ int main (int argc, char *argv[])
|
|||
ki18n(0),
|
||||
"http://yakuake.kde.org/");
|
||||
|
||||
aboutData.setProductName("yakuake");
|
||||
|
||||
aboutData.addAuthor(ki18nc("@info:credit", "Eike Hein"),
|
||||
ki18nc("@info:credit", "Maintainer, Lead Developer"), "hein@kde.org");
|
||||
aboutData.addAuthor(ki18nc("@info:credit", "Francois Chazal"),
|
||||
|
|
Loading…
Add table
Reference in a new issue