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:
authorTon Roosendaal <ton@blender.org>2010-12-09 20:35:35 +0300
committerTon Roosendaal <ton@blender.org>2010-12-09 20:35:35 +0300
commit6a3efdc23adc43e60e51440c3e2906aa647e61bb (patch)
tree302404ac5b8addb6eed2578431f0ca2e2cc39496 /release
parentf1c4688e25a124a8fe38f29e4bbf7298e33aeb56 (diff)
User prefs: label "Auto Save" was on wrong position.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/space_userpref.py b/release/scripts/ui/space_userpref.py
index 53c5051e25c..6445fdcfad6 100644
--- a/release/scripts/ui/space_userpref.py
+++ b/release/scripts/ui/space_userpref.py
@@ -705,10 +705,10 @@ class USERPREF_PT_file(bpy.types.Panel):
col.separator()
col.separator()
- col.label(text="Auto Save:")
col.prop(paths, "save_version")
col.prop(paths, "recent_files")
col.prop(paths, "use_save_preview_images")
+ col.label(text="Auto Save:")
col.prop(paths, "use_auto_save_temporary_files")
sub = col.column()
sub.active = paths.use_auto_save_temporary_files