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:
Diffstat (limited to 'source/blender/src/drawscript.c')
-rw-r--r--source/blender/src/drawscript.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawscript.c b/source/blender/src/drawscript.c
index e94834f5c7b..1ab13355f70 100644
--- a/source/blender/src/drawscript.c
+++ b/source/blender/src/drawscript.c
@@ -120,7 +120,7 @@ void winqreadscriptspace(struct ScrArea *sa, void *spacedata, struct BWinEvent *
}
else {
if (event == QKEY)
- if (val && okee("QUIT BLENDER")) exit_usiblender();
+ if (val && okee("Quit Blender")) exit_usiblender();
}
return;