mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kinit: set the program icon of klauncher
for message boxes Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1a29d6bb3b
commit
f278eea50f
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ int main(int argc, char *argv[])
|
|||
KDE_VERSION_STRING,
|
||||
ki18n("KDE launcher - launches and autostarts applications")
|
||||
);
|
||||
aboutData.setProgramIconName("system-run");
|
||||
|
||||
KCmdLineArgs::init(argc, argv, &aboutData);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue