From kde-commits Fri Nov 13 12:46:33 2009 From: Andrew Coles Date: Fri, 13 Nov 2009 12:46:33 +0000 To: kde-commits Subject: KDE/kdevplatform/plugins Message-Id: <1258116393.613585.16829.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125811640600848 SVN commit 1048488 by coles: Revised the icon updates following discussion: * Context icon did exist, called 'code-context', now using it for the context browser. * Generic quickopen icon did exist, called 'quickopen', using it for the quickopen plugin. * Using the 'new project' icon for the app wizard rather than 'new file'. The kate/snippets plugin doesn't have an icon defined yet, will drop authors a mail to see if they've requested one. CCMAIL: apaku@gmx.de M +1 -1 appwizard/kdevappwizard.desktop M +1 -1 contextbrowser/kdevcontextbrowser.desktop M +1 -1 quickopen/kdevquickopen.desktop --- trunk/KDE/kdevplatform/plugins/appwizard/kdevappwizard.desktop #1048487:1048488 @@ -1,6 +1,6 @@ [Desktop Entry] Type=Service -Icon=document-new +Icon=project-development-new-template Exec=blubb Comment=Application Wizard Comment[bg]=Съветник на приложение --- trunk/KDE/kdevplatform/plugins/contextbrowser/kdevcontextbrowser.desktop #1048487:1048488 @@ -1,6 +1,6 @@ [Desktop Entry] Type=Service -Icon=code-class +Icon=code-context Exec=blubb Comment=This plugin shows information about the current language context in a side view, and highlights relevant declarations and uses. Comment[bg]=Този приставка показва информация за текущата езикова настройка погледната отвън и маркира съответните декларации и употреби. --- trunk/KDE/kdevplatform/plugins/quickopen/kdevquickopen.desktop #1048487:1048488 @@ -1,6 +1,6 @@ [Desktop Entry] Type=Service -Icon=quickopen-class +Icon=quickopen Exec=blubb Comment=This plugin allows quick access to project files and language-items like classes/functions. Comment[bg]=Тази приставка позволява бърз достъп до файловете на проекта и езиковите средства класове/уфнкции.