From: vsr Date: Tue, 21 Aug 2012 14:36:21 +0000 (+0000) Subject: 0021804: [CEA 635] Name of the window when loading a study X-Git-Tag: V6_6_0a1~48 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f6be3ef1ef4a6ee329e365a619228319d0619650;p=modules%2Fgui.git 0021804: [CEA 635] Name of the window when loading a study --- diff --git a/src/Qtx/Qtx.cxx b/src/Qtx/Qtx.cxx index 90dfb5620..5eb043cc3 100755 --- a/src/Qtx/Qtx.cxx +++ b/src/Qtx/Qtx.cxx @@ -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(); } /*!