]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
remove code for replacing ":" by "/"
authorabd <abd@opencascade.com>
Mon, 21 Aug 2006 11:50:57 +0000 (11:50 +0000)
committerabd <abd@opencascade.com>
Mon, 21 Aug 2006 11:50:57 +0000 (11:50 +0000)
Bug SWP13012

src/SalomeApp/SalomeApp_Application.cxx

index 1f2f5eb90103ea81a3052c491bf6fc6132bd403b..2a7b52644c6f31ebb34eb5d2e43d63f28961a31e 100644 (file)
@@ -299,7 +299,11 @@ void SalomeApp_Application::onLoadDoc()
     return;
 
   name = studyname;
+#ifndef WNT
+  //this code replace marker of windows drive and path become invalid therefore 
+  // defines placed there
   name.replace( QRegExp(":"), "/" );
+#endif
 
   if( LightApp_Application::onLoadDoc( name ) )
   {