From: spo Date: Tue, 27 Oct 2015 11:43:37 +0000 (+0300) Subject: Spell-checking X-Git-Tag: V_2.1.0~206^2~59 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a850c6cae275c15f34677dc625ea98606ae7773f;p=modules%2Fshaper.git Spell-checking --- diff --git a/src/PartSetPlugin/PartSetPlugin_Part.cpp b/src/PartSetPlugin/PartSetPlugin_Part.cpp index 794fcd4fa..31759862f 100644 --- a/src/PartSetPlugin/PartSetPlugin_Part.cpp +++ b/src/PartSetPlugin/PartSetPlugin_Part.cpp @@ -31,8 +31,8 @@ void PartSetPlugin_Part::execute() // do not activate part by simple execution if it is not loaded yet: it must be explicitly // activated for this if (!ModelAPI_Session::get()->isLoadByDemand(aResult->data()->name())) { - // On undo/redo creation of the part result the Object Borwser must get creation event - // earlier that activation of this part event (otherwise the crash is producted) + // On undo/redo creation of the part result the Object Browser must get creation event + // earlier that activation of this part event (otherwise the crash is produced) // So, send a creation event earlier, without any grouping static Events_ID aCreateID = Events_Loop::eventByName(EVENT_OBJECT_CREATED); ModelAPI_EventCreator::get()->sendUpdated(aResult, aCreateID, false);