Salome HOME
Avoid installing redundant files
[modules/geom.git] / src / IGESPlugin / IGESPlugin_GUI.cxx
index c6f5c4702716f2677bf05888c0b846924e4757e1..97ad5a7b35fb790e7946784009902820013baf77 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2021  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
@@ -96,7 +96,7 @@ bool IGESPlugin_GUI::OnGUIEvent( const QString& theCommandID, SUIT_Desktop* pare
     getGeometryGUI()->getApp()->putInfo( tr("GEOM_PRP_COMMAND").arg( theCommandID ) );
   }
 
-  return true; // ?????????????
+  return result;
 }
 
 //=======================================================================