]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
0021307: EDF PARAVIS: Mismatch in buttons and windows when switching from a component...
authorvsr <vsr@opencascade.com>
Tue, 28 Jun 2011 09:47:35 +0000 (09:47 +0000)
committervsr <vsr@opencascade.com>
Tue, 28 Jun 2011 09:47:35 +0000 (09:47 +0000)
- 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

index 155c22524e90e6d8ae36dd732c663e9281b6fcdd..849113e1cbf271a707e2999c6d21d31264eb83e5 100755 (executable)
@@ -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...)