Revision: 24636
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24636
Author:   billrey
Date:     2009-11-18 12:11:21 +0100 (Wed, 18 Nov 2009)

Log Message:
-----------
Accidentally overrode a small change in the keymap preferences. Fixed.

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/space_userpref.py

Modified: trunk/blender/release/scripts/ui/space_userpref.py
===================================================================
--- trunk/blender/release/scripts/ui/space_userpref.py  2009-11-18 10:59:17 UTC 
(rev 24635)
+++ trunk/blender/release/scripts/ui/space_userpref.py  2009-11-18 11:11:21 UTC 
(rev 24636)
@@ -34,7 +34,7 @@
 
         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):


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to