Adding back cursor to center menu entry that was mistakingly removed by an unnamed person.

This commit is contained in:
Martin Poirier 2010-01-15 01:21:56 +00:00
parent 01236d49f9
commit 336c96e120

@ -200,6 +200,7 @@ class VIEW3D_MT_snap(bpy.types.Menu):
layout.separator()
layout.operator("view3d.snap_cursor_to_selected", text="Cursor to Selected")
layout.operator("view3d.snap_cursor_to_center", text="Cursor to Center")
layout.operator("view3d.snap_cursor_to_grid", text="Cursor to Grid")
layout.operator("view3d.snap_cursor_to_active", text="Cursor to Active")