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:
authorMatt Ebb <matt@mke3.net>2004-09-28 09:04:55 +0400
committerMatt Ebb <matt@mke3.net>2004-09-28 09:04:55 +0400
commit36695066f7143eed403894736d3ef64ada00ad32 (patch)
tree9d8057fc26132eeac6947f891902af45f37c6a14 /source/blender/src/editscreen.c
parent9bbad60c1d39d48634069f87445d7924546be109 (diff)
Picky, picky: Removed the question mark from the end of
'Quit Blender?' as per language guidelines
Diffstat (limited to 'source/blender/src/editscreen.c')
-rw-r--r--source/blender/src/editscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editscreen.c b/source/blender/src/editscreen.c
index d768903da1c..a5760ed35e8 100644
--- a/source/blender/src/editscreen.c
+++ b/source/blender/src/editscreen.c
@@ -1080,7 +1080,7 @@ void screenmain(void)
if((G.obedit && G.obedit->type==OB_FONT && g_activearea->spacetype==SPACE_VIEW3D)||g_activearea->spacetype==SPACE_TEXT||g_activearea->spacetype==SPACE_SCRIPT);
else {
if(val) {
- if(okee("Quit Blender?"))
+ if(okee("Quit Blender"))
exit_usiblender();
}
towin= 0;