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:
authorCampbell Barton <ideasman42@gmail.com>2010-11-22 08:36:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-22 08:36:49 +0300
commitbb36378a3a4c6b16b7c142f2b7d776a4a131069c (patch)
tree2f52f89789e390ef6e6415934480d7a1cb83807d /release
parent19e091ec5effed52f59dcdf92acce4ef7b837ac6 (diff)
rename hide_tooltips_python to show_ ..., tag unused variable with recent sequencer commits.
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 b8dc549fc04..9b51c55b99f 100644
--- a/release/scripts/ui/space_userpref.py
+++ b/release/scripts/ui/space_userpref.py
@@ -156,7 +156,7 @@ class USERPREF_PT_interface(bpy.types.Panel):
col = row.column()
col.label(text="Display:")
col.prop(view, "show_tooltips")
- col.prop(view, "hide_tooltips_python")
+ col.prop(view, "show_tooltips_python")
col.prop(view, "show_object_info", text="Object Info")
col.prop(view, "show_large_cursors")
col.prop(view, "show_view_name", text="View Name")