From 42153e55e64d25dd0a1df30ae13c746320c7774a Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Tue, 9 Sep 2014 15:31:55 +0200 Subject: 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 --- src/dolphincontextmenu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphincontextmenu.h') 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 }; -- cgit v1.3