[#24226] small inconsistency in user preferences

also made setting the temp dir more consistent, slash is always added on the end and if the user-pref dir is invalid its not used.
This commit is contained in:
Campbell Barton
2010-10-11 22:05:45 +00:00
parent 544b3178f9
commit 6ebe7b8c5d
4 changed files with 9 additions and 11 deletions

View File

@@ -119,7 +119,7 @@ class INFO_MT_file(bpy.types.Menu):
layout.separator()
layout.operator_context = 'EXEC_AREA'
layout.operator("wm.exit_blender", text="Quit", icon='QUIT')
layout.operator("wm.quit_blender", text="Quit", icon='QUIT')
class INFO_MT_file_import(bpy.types.Menu):