diff options
Diffstat (limited to 'kpf/src/AppletItem.cpp')
-rw-r--r-- | kpf/src/AppletItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpf/src/AppletItem.cpp b/kpf/src/AppletItem.cpp index 552bfdc8..f83d94f3 100644 --- a/kpf/src/AppletItem.cpp +++ b/kpf/src/AppletItem.cpp @@ -70,7 +70,7 @@ namespace KPF (SmallIcon("kpf"), popupTitle, Title, Title); popup_->insertItem - (SmallIcon("filenew"), i18n("New Server..."), NewServer, NewServer); + (SmallIcon("document-new"), i18n("New Server..."), NewServer, NewServer); popup_->insertSeparator(Separator); |