┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.h
diff options
context:
space:
mode:
authorKai Uwe Broulik <[email protected]>2014-09-09 15:31:55 +0200
committerKai Uwe Broulik <[email protected]>2014-09-09 15:31:55 +0200
commit42153e55e64d25dd0a1df30ae13c746320c7774a (patch)
tree151d028efcc04c198d59de52c4166b6b2e8a3ef1 /src/dolphincontextmenu.h
parentdacded2afdfa85a16b99d8522284155cd5175ee5 (diff)
Add "Open Path" context menu action
This adds a third option to the "in new tab" and "in new window" which opens the parent folder in the same view BUG: 298704 FIXED-IN: 4.15 REVIEW: 110133
Diffstat (limited to 'src/dolphincontextmenu.h')
-rw-r--r--src/dolphincontextmenu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h
index 180f91787..3646ebcb5 100644
--- a/src/dolphincontextmenu.h
+++ b/src/dolphincontextmenu.h
@@ -58,6 +58,7 @@ public:
enum Command
{
None,
+ OpenParentFolder,
OpenParentFolderInNewWindow,
OpenParentFolderInNewTab
};