RNA: naming, user-preferences -> preferences

This commit is contained in:
Campbell Barton
2018-12-21 12:47:44 +11:00
parent 9dde3e42a7
commit 63fcbfc3a7
48 changed files with 220 additions and 220 deletions

View File

@@ -413,8 +413,8 @@ def draw_keymaps(context, layout):
box = col.box()
row = box.row(align=True)
userpref = context.user_preferences
inputs = userpref.inputs
prefs = context.preferences
inputs = prefs.inputs
show_ui_keyconfig = inputs.show_ui_keyconfig
row.prop(
inputs,