diff options
| author | Peter Penz <[email protected]> | 2008-04-02 19:49:04 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-04-02 19:49:04 +0000 |
| commit | 3db73a2d153f9fe3c8cab8ef70e106b833a269b7 (patch) | |
| tree | 2cb5e7a4264606fcc7f01d6b9750cee8f8cdc49a /src/dolphin_generalsettings.kcfg | |
| parent | 762418b05a7dea8f7d37813c23ae2a0ef68bd101 (diff) | |
Thanks to David Faure the 'Copy To' and 'Move To' menus in the context menu can also be used by Dolphin now :-) In opposite to Konqueror the sub menus are turned off per default.
Minor issue: the Dolphin context menu should take care about the protocol capabilities (copy, move, delete, ...) like in konq_popupmenu (I'll fix this before 4.1).
CCMAIL: [email protected]
BUG: 155969
svn path=/trunk/KDE/kdebase/apps/; revision=792995
Diffstat (limited to 'src/dolphin_generalsettings.kcfg')
| -rw-r--r-- | src/dolphin_generalsettings.kcfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dolphin_generalsettings.kcfg b/src/dolphin_generalsettings.kcfg index 7778db702..cc498f273 100644 --- a/src/dolphin_generalsettings.kcfg +++ b/src/dolphin_generalsettings.kcfg @@ -40,6 +40,10 @@ <label context="@label">Show selection toggle</label> <default>true</default> </entry> + <entry name="ShowCopyMoveMenu" type="Bool"> + <label context="@label">Show 'Copy To' and 'Move To' commands in context menu</label> + <default>false</default> + </entry> <entry name="ViewPropsTimestamp" type="DateTime" > <label context="@label">Timestamp since when the view properties are valid</label> </entry> |
