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:
authorCampbell Barton <ideasman42@gmail.com>2014-11-19 16:35:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-19 16:35:00 +0300
commit2ad61438d8a8e7bb5e03b89f8ba0863cdfa028ea (patch)
tree29c5ad41617cb3c7886c9a1e7a4e2be2c2edad57 /release
parentfbd4dfb2c6435ca095fe64d2fbd76abdb9f550f9 (diff)
Cleanup: name hide/reveal, like rest of operators
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_graph.py b/release/scripts/startup/bl_ui/space_graph.py
index a8155402a1e..cb5926b37e4 100644
--- a/release/scripts/startup/bl_ui/space_graph.py
+++ b/release/scripts/startup/bl_ui/space_graph.py
@@ -190,7 +190,7 @@ class GRAPH_MT_channel(Menu):
layout.separator()
layout.operator("anim.channels_editable_toggle")
layout.operator("graph.hide")
- layout.operator("graph.unhide")
+ layout.operator("graph.reveal")
layout.operator("anim.channels_visibility_set")
layout.operator_menu_enum("graph.extrapolation_type", "type", text="Extrapolation Mode")