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:
authorThomas Dinges <blender@dingto.org>2010-10-02 20:19:33 +0400
committerThomas Dinges <blender@dingto.org>2010-10-02 20:19:33 +0400
commit4f6fc938a603b224b2d0d5b6ba83545532e50ae7 (patch)
treee2b164fc5ca35f9f116d40d55614b63737acbfdd /release
parent0daa9ec5d9f95d8a4c05c89b35e49a879f1c31b7 (diff)
* Script wasn't updated after "Load Factory Settings" Operator decoupling.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/space_info.py b/release/scripts/ui/space_info.py
index 42cef8da8fc..fb700104b14 100644
--- a/release/scripts/ui/space_info.py
+++ b/release/scripts/ui/space_info.py
@@ -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()