mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
khttpd: description and icon correction
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9686bc5943
commit
b7933ddbc7
1 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ void KHTTPD::handleRequest()
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
KAboutData aboutData("khttpd", 0, ki18n("KHTTPD"),
|
KAboutData aboutData("khttpd", 0, ki18n("KHTTPD"),
|
||||||
"1.0.0", ki18n("Spy desktop over network."),
|
"1.0.0", ki18n("Serve directory and publish it on service discovery."),
|
||||||
KAboutData::License_GPL_V2,
|
KAboutData::License_GPL_V2,
|
||||||
ki18n("(c) 2022 Ivailo Monev"),
|
ki18n("(c) 2022 Ivailo Monev"),
|
||||||
KLocalizedString(),
|
KLocalizedString(),
|
||||||
|
@ -221,7 +221,7 @@ int main(int argc, char** argv)
|
||||||
aboutData.addAuthor(ki18n("Ivailo Monev"),
|
aboutData.addAuthor(ki18n("Ivailo Monev"),
|
||||||
ki18n("Maintainer"),
|
ki18n("Maintainer"),
|
||||||
"xakepa10@gmail.com");
|
"xakepa10@gmail.com");
|
||||||
aboutData.setProgramIconName(QLatin1String("krfb"));
|
aboutData.setProgramIconName(QLatin1String("network-server"));
|
||||||
|
|
||||||
KCmdLineArgs::init(argc, argv, &aboutData);
|
KCmdLineArgs::init(argc, argv, &aboutData);
|
||||||
KCmdLineOptions option;
|
KCmdLineOptions option;
|
||||||
|
|
Loading…
Add table
Reference in a new issue