Salome HOME
Merge from V6_main (04/10/2012)
[modules/gui.git] / src / Qtx / Qtx.cxx
index 90dfb5620c79232b82ee39c8d2c7430ae64a7ef2..5eb043cc3687e5733a7ee780f7b78e46b08e12c9 100755 (executable)
@@ -391,7 +391,7 @@ QString Qtx::file( const QString& path, bool withExt )
   if ( withExt )
     return QFileInfo( fPath ).fileName();
   else
-    return QFileInfo( fPath ).baseName();
+    return QFileInfo( fPath ).completeBaseName();
 }
 
 /*!