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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-12-06 13:23:35 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-12-06 13:23:35 +0400
commit3b1e077b397130c4f663161a9b6ce235fa418b8a (patch)
tree5d50e56168523902c5d3cea780e4118fb7f189de
parent4b73f587eeae8713035efb780cb9a2d5362e4d98 (diff)
Camera tracking: fixed typo in remove tracking preset button
-rw-r--r--release/scripts/startup/bl_ui/space_clip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index af2c6c792b5..39b78ce8cdc 100644
--- a/release/scripts/startup/bl_ui/space_clip.py
+++ b/release/scripts/startup/bl_ui/space_clip.py
@@ -114,7 +114,7 @@ class CLIP_PT_tools_marker(Panel):
row.menu('CLIP_MT_tracking_settings_presets', text=label)
row.operator("clip.tracking_settings_preset_add",
text="", icon='ZOOMIN')
- props = row.operator("clip.track_color_preset_add",
+ props = row.operator("clip.tracking_settings_preset_add",
text="", icon='ZOOMOUT')
props.remove_active = True