Picky, picky: Removed the question mark from the end of

'Quit Blender?' as per language guidelines
This commit is contained in:
Matt Ebb
2004-09-28 05:04:55 +00:00
parent 9bbad60c1d
commit 36695066f7

View File

@@ -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;