diff options
| author | Peter Penz <[email protected]> | 2008-03-23 15:54:07 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-23 15:54:07 +0000 |
| commit | 6420d5f973bdf63375c02ab5308873d42f859f8d (patch) | |
| tree | 76630564c250a704fae8dafc4fea3a95398c3fe7 /src/kcmdolphin.desktop | |
| parent | cfb135f24e6b1b3eb1253c8ebf7c8e7307974eea (diff) | |
provide a config module for the settings GUI of the Dolphin views, so that it can be embedded into Konqueror
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=789209
Diffstat (limited to 'src/kcmdolphin.desktop')
| -rw-r--r-- | src/kcmdolphin.desktop | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/kcmdolphin.desktop b/src/kcmdolphin.desktop new file mode 100644 index 000000000..3733d7a66 --- /dev/null +++ b/src/kcmdolphin.desktop @@ -0,0 +1,16 @@ +Name=Dolphin +Comment=This service allows to configure the Dolphin views. + +[Desktop Entry] +Icon=view-choose +Type=Service +X-KDE-ServiceTypes=KCModule +Exec=kcmshell4 kcmdolphin + +X-KDE-Library=kcm_dolphin +X-KDE-PluginKeyword=dolphin +X-KDE-ParentApp=kcontrol + +Name=Views +Comment=Configure file manager settings +X-KDE-Keywords=file manager
\ No newline at end of file |
