Picky, picky: Removed the question mark from the end of
'Quit Blender?' as per language guidelines
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user