mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
fixed #927 issue
This commit is contained in:
parent
6ead21b1a2
commit
7c03b301c1
@ -464,8 +464,8 @@ CV_IMPL int cvInitSystem( int argc, char** argv )
|
||||
{
|
||||
hg_windows = 0;
|
||||
|
||||
gtk_disable_setlocale();
|
||||
gtk_init( &argc, &argv );
|
||||
setlocale(LC_NUMERIC, "en_US.utf8");
|
||||
|
||||
#ifdef HAVE_OPENGL
|
||||
gtk_gl_init(&argc, &argv);
|
||||
|
Loading…
Reference in New Issue
Block a user