summaryrefslogtreecommitdiff
path: root/tools/editor/scenes_dock.h
diff options
context:
space:
mode:
authorGeequlim <geequlim@gmail.com>2016-05-18 15:37:59 +0800
committerGeequlim <geequlim@gmail.com>2016-05-18 15:48:40 +0800
commit5ad648097930e46df3d23f514e8bc08fa00b31f5 (patch)
tree76846c3698c4d05a347881f1e5f4ac750542b512 /tools/editor/scenes_dock.h
parent926495d8eb11de2878319ba54f30812fa1637d72 (diff)
Add 'Show In System' option into filesystem RMB menu
Diffstat (limited to 'tools/editor/scenes_dock.h')
-rw-r--r--tools/editor/scenes_dock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/editor/scenes_dock.h b/tools/editor/scenes_dock.h
index 327e5a25f0..42c1374be1 100644
--- a/tools/editor/scenes_dock.h
+++ b/tools/editor/scenes_dock.h
@@ -62,7 +62,8 @@ class ScenesDock : public VBoxContainer {
FILE_MOVE,
FILE_REMOVE,
FILE_REIMPORT,
- FILE_INFO
+ FILE_INFO,
+ FILE_SHOW_IN_EXPLORER
};