Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/scripts/startup/bl_ui/space_dopesheet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_dopesheet.py b/release/scripts/startup/bl_ui/space_dopesheet.py
index 0a2e9ca3a82..5a75ddffd23 100644
--- a/release/scripts/startup/bl_ui/space_dopesheet.py
+++ b/release/scripts/startup/bl_ui/space_dopesheet.py
@@ -354,7 +354,7 @@ class DOPESHEET_MT_view(Menu):
# Add this to show key-binding (reverse action in dope-sheet).
layout.separator()
- props = layout.operator("wm.context_set_enum", text="Toggle Graph Editor")
+ props = layout.operator("wm.context_set_enum", text="Toggle Graph Editor", icon="GRAPH")
props.data_path = "area.type"
props.value = 'GRAPH_EDITOR'