Eliminati eventuali messaggi di errore dopo il termine delle applicazioni
git-svn-id: svn://10.65.10.50/branches/R_10_00@22721 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
375682c5ee
commit
a76aa73e5a
@ -227,6 +227,11 @@ void xvt_app_destroy(void)
|
||||
delete _locale;
|
||||
_locale = NULL;
|
||||
}
|
||||
|
||||
#ifdef __WXMSW__
|
||||
// Evita noiosa finestra d'errore che succede solo a Press Color
|
||||
::SetErrorMode(SEM_NOGPFAULTERRORBOX);
|
||||
#endif
|
||||
}
|
||||
|
||||
DRAW_CTOOLS* xvt_app_get_default_ctools(DRAW_CTOOLS *ct)
|
||||
|
Loading…
x
Reference in New Issue
Block a user