[Bf-extensions-cvs] [d246994] master: Fix minor error in previous commit

Antony Riakiotakis noreply at git.blender.org
Mon Oct 13 19:45:40 CEST 2014


Commit: d2469949ba29bd3aa504f940c18022fbf898eb0c
Author: Antony Riakiotakis
Date:   Mon Oct 13 19:45:21 2014 +0200
Branches: master
https://developer.blender.org/rBAd2469949ba29bd3aa504f940c18022fbf898eb0c

Fix minor error in previous commit

===================================================================

M	ui_pie_menus_official.py

===================================================================

diff --git a/ui_pie_menus_official.py b/ui_pie_menus_official.py
index 9692635..d13a05b 100644
--- a/ui_pie_menus_official.py
+++ b/ui_pie_menus_official.py
@@ -53,7 +53,7 @@ class VIEW3D_PIE_view_more(Menu):
         pie.operator("VIEW3D_OT_camera_to_view")
         pie.operator("VIEW3D_OT_view_selected")
         pie.operator("VIEW3D_OT_view_all")
-        pie.operator("VIEW3D_OT_view_localview")
+        pie.operator("VIEW3D_OT_localview")
 
 
 class VIEW3D_PIE_view(Menu):



More information about the Bf-extensions-cvs mailing list