Commit 7c03b301 authored by Alexander Shishkov's avatar Alexander Shishkov

fixed #927 issue

parent 6ead21b1
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment