Salome HOME
Copyright update 2022
[modules/gui.git] / src / SalomeApp / SalomeApp_ExitDlg.cxx
index 13515f9f9573eb2f89526139e2191ba04fd7c89c..d1bc561dd2ecd22b476dbfe48abe2b5180d7f30c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -21,6 +21,7 @@
 // Author:    Margarita KARPUNINA, Open CASCADE S.A.S.
 //
 #include "SalomeApp_ExitDlg.h"
+#include "KernelBasis.hxx"
 
 #include <QLabel> 
 #include <QVBoxLayout> 
@@ -58,6 +59,7 @@ SalomeApp_ExitDlg::SalomeApp_ExitDlg( QWidget* parent )
 
   myServersShutdown = new QCheckBox( tr( "SHUTDOWN_SERVERS" ), this );
   myServersShutdown->setChecked( true );
+  myServersShutdown->setVisible( !getSSLMode() );
   
   QVBoxLayout* m_vl1 = new QVBoxLayout();
   m_vl1->setMargin( 10 ); m_vl1->setSpacing( 16 );