Skip to content
Snippets Groups Projects
Commit 8c60e80c authored by Julien Malik's avatar Julien Malik
Browse files

BUG: other implementation for fix to #623

parent d33ac8ce
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,13 @@ int
main( int argc, char* argv[] )
{
mvd::Application application( argc, argv );
//
// Force numeric options of locale to "C"
// See issue #635
//
setlocale( LC_NUMERIC, "C" );
mvd::MainWindow mainWindow;
mainWindow.show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment