* Script wasn't updated after "Load Factory Settings" Operator decoupling.

This commit is contained in:
Thomas Dinges 2010-10-02 16:19:33 +00:00
parent 0daa9ec5d9
commit 4f6fc938a6

@ -97,7 +97,7 @@ class INFO_MT_file(bpy.types.Menu):
layout.operator("screen.userpref_show", text="User Preferences...", icon='PREFERENCES')
layout.operator_context = 'EXEC_AREA'
layout.operator("wm.read_homefile", text="Load Factory Settings").factory = True
layout.operator("wm.read_factory_settings")
layout.separator()