Skip to content
Snippets Groups Projects
Commit 9c97bc4b authored by Jérémy Quentin's avatar Jérémy Quentin
Browse files

[#1782] Missing icons

parent 5bd37610
Branches
Tags
No related merge requests found
...@@ -39,9 +39,7 @@ int main(int argc, char **argv) ...@@ -39,9 +39,7 @@ int main(int argc, char **argv)
KLocalizedString(), KLocalizedString(),
"http://www.sflphone.org.", "http://www.sflphone.org.",
"sflphone@lists.savoirfairelinux.net"); "sflphone@lists.savoirfairelinux.net");
about.setProgramLogo(QVariant(QImage(ICON_SFLPHONE)));
about.addAuthor( ki18n("Jérémy Quentin"), KLocalizedString(), "jeremy.quentin@savoirfairelinux.com" ); about.addAuthor( ki18n("Jérémy Quentin"), KLocalizedString(), "jeremy.quentin@savoirfairelinux.com" );
about.setProgramIconName(ICON_SFLPHONE);
about.setTranslator( ki18nc("NAME OF TRANSLATORS","Your names"), ki18nc("EMAIL OF TRANSLATORS","Your emails") ); about.setTranslator( ki18nc("NAME OF TRANSLATORS","Your names"), ki18nc("EMAIL OF TRANSLATORS","Your emails") );
KCmdLineArgs::init(argc, argv, &about); KCmdLineArgs::init(argc, argv, &about);
KCmdLineOptions options; KCmdLineOptions options;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment