X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Operation.cxx;h=e40ff69de68a57e55bf94a9137603fe1e5d04a0f;hb=a53349567d67f4df0ef737798a25c24d9dc8f08e;hp=a218483cca731acf4a591b07fdab1f2da1a6eec5;hpb=f72f73125cf95dff09f91b2258d955162fc3ec15;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Operation.cxx b/src/HYDROGUI/HYDROGUI_Operation.cxx index a218483c..e40ff69d 100644 --- a/src/HYDROGUI/HYDROGUI_Operation.cxx +++ b/src/HYDROGUI/HYDROGUI_Operation.cxx @@ -1,8 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// +// Copyright (C) 2014-2015 EDF-R&D // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either @@ -256,7 +252,7 @@ void HYDROGUI_Operation::apply() if ( !myIsApplyAndClose && inputPanel() ) start(); } - else + else if( !anErrorMsg.isEmpty() ) { // Abort document opeartion only if requested if ( isToAbortOnApply() )