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:
authorJoshua Leung <aligorith@gmail.com>2014-04-28 11:37:29 +0400
committerJoshua Leung <aligorith@gmail.com>2014-04-28 11:37:29 +0400
commite44018220ab0b0bf63970861b0a718144afc2a56 (patch)
treeb55529399a44c972a1b6dfdfa2d483c2274052c3 /release
parentb40b6bd48d5c7f8cc4057b7355462e0bb198e987 (diff)
Oops! Typo in previous commit
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_nla.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_nla.py b/release/scripts/startup/bl_ui/space_nla.py
index 2a32e7b064c..a07d2021243 100644
--- a/release/scripts/startup/bl_ui/space_nla.py
+++ b/release/scripts/startup/bl_ui/space_nla.py
@@ -80,7 +80,7 @@ class NLA_MT_view(Menu):
layout.separator()
layout.operator("anim.previewrange_set")
layout.operator("anim.previewrange_clear")
- layout.operator("nla.previewrange_clear")
+ layout.operator("nla.previewrange_set")
layout.separator()
layout.operator("nla.view_all")