apply all rna naming changes for rna_space.c

This commit is contained in:
Campbell Barton
2010-08-17 07:49:53 +00:00
parent 40bf37e3b6
commit b9d99b9c5b
22 changed files with 196 additions and 194 deletions

View File

@@ -85,7 +85,7 @@ class TEXT_PT_properties(bpy.types.Panel):
flow.prop(st, "show_word_wrap")
flow.prop(st, "show_syntax_highlight")
flow.prop(st, "show_line_highlight")
flow.prop(st, "live_edit")
flow.prop(st, "use_live_edit")
flow = layout.column_flow()
flow.prop(st, "font_size")
@@ -125,8 +125,8 @@ class TEXT_PT_find(bpy.types.Panel):
# settings
row = layout.row()
row.prop(st, "find_wrap", text="Wrap")
row.prop(st, "find_all", text="All")
row.prop(st, "use_find_wrap", text="Wrap")
row.prop(st, "use_find_all", text="All")
class TEXT_MT_view(bpy.types.Menu):