From 234e6f9e75f9a35f0d4d9889340186f7e449e1ad Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 28 Jun 2011 09:47:35 +0000 Subject: [PATCH] 0021307: EDF PARAVIS: Mismatch in buttons and windows when switching from a component to PARAVIS and back - change application name to avoid problems with dockable windows settings caused by the bad environment from previous versions of SALOME --- src/Session/SALOME_Session_Server.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Session/SALOME_Session_Server.cxx b/src/Session/SALOME_Session_Server.cxx index 155c22524..849113e1c 100755 --- a/src/Session/SALOME_Session_Server.cxx +++ b/src/Session/SALOME_Session_Server.cxx @@ -365,8 +365,8 @@ int main( int argc, char **argv ) // Create Qt application instance; // this should be done the very first! SALOME_QApplication _qappl( argc, argv ); - _qappl.setOrganizationName( "SALOME" ); - _qappl.setApplicationName( "SALOME" ); + _qappl.setOrganizationName( "salome" ); + _qappl.setApplicationName( "salome" ); _qappl.setApplicationVersion( salomeVersion() ); // Add application library path (to search style plugin etc...) -- 2.39.2