]> Creatis software - cpPlugins.git/blobdiff - appli/ImageMPR/main.cxx
First modifications to make this work on MS-Windows
[cpPlugins.git] / appli / ImageMPR / main.cxx
index 78d5bc568d08501ebda33e0aa65f21778e80ab93..5ec79cfa2a282a2c9fd005c0d01116a830ab40a1 100644 (file)
@@ -5,7 +5,7 @@
 // -------------------------------------------------------------------------
 int main( int argc, char* argv[] )
 {
-  ::setenv( "LC_NUMERIC", "POSIX", 1 );
+// TODO  ::setenv( "LC_NUMERIC", "POSIX", 1 );
   QApplication a( argc, argv );
   ImageMPR w;
   w.show( );