Accidentally overrode a small change in the keymap preferences. Fixed.

This commit is contained in:
2009-11-18 11:11:21 +00:00
parent 28d1a35260
commit 95229aa6f5

View File

@@ -34,7 +34,7 @@ class USERPREF_HT_header(bpy.types.Header):
if userpref.active_section == 'INPUT':
layout.operator_context = 'INVOKE_DEFAULT'
layout.itemO("wm.keyconfig_export", "Export Key Configuration...")
layout.item_stringO("wm.keyconfig_export", "path", "keymap.py", "Export Key Configuration...")
class USERPREF_MT_view(bpy.types.Menu):