Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-10-12 02:05:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-12 02:05:45 +0400
commit6ebe7b8c5d7060e9ee33b0f30e84f6f62c8e8fef (patch)
tree055e6aaa3b9523b9963baf6b272eca97e2e25a19 /release/scripts/ui/space_info.py
parent544b3178f92618f0b5f450cd18ef9195556acd9f (diff)
[#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.
Diffstat (limited to 'release/scripts/ui/space_info.py')
-rw-r--r--release/scripts/ui/space_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/space_info.py b/release/scripts/ui/space_info.py
index 3fdd083bfaa..7b3ea18fcf9 100644
--- a/release/scripts/ui/space_info.py
+++ b/release/scripts/ui/space_info.py
@@ -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):