Revision: 42457
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42457
Author:   nazgul
Date:     2011-12-06 09:23:35 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------
Camera tracking: fixed typo in remove tracking preset button

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_clip.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_clip.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_clip.py   2011-12-06 
08:36:33 UTC (rev 42456)
+++ trunk/blender/release/scripts/startup/bl_ui/space_clip.py   2011-12-06 
09:23:35 UTC (rev 42457)
@@ -114,7 +114,7 @@
             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
 

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to