X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEntityGUI%2FEntityGUI.cxx;fp=src%2FEntityGUI%2FEntityGUI.cxx;h=b47285b72a5f96d04fdc9ec6322fed5ae79cbe88;hb=888b3b52e179ae1505352d56ba63477275693919;hp=30765e9a1bd4ec3b04eb6a0ba6ec45b813a81c4a;hpb=66be812a4e054626003ed898e018cb375aeffd5f;p=modules%2Fgeom.git diff --git a/src/EntityGUI/EntityGUI.cxx b/src/EntityGUI/EntityGUI.cxx index 30765e9a1..b47285b72 100644 --- a/src/EntityGUI/EntityGUI.cxx +++ b/src/EntityGUI/EntityGUI.cxx @@ -352,7 +352,7 @@ bool EntityGUI::OnMouseMove( QMouseEvent* pe, SUIT_Desktop* /*parent*/, SUIT_Vie //===================================================================================== void EntityGUI::DisplaySimulationShape( const TopoDS_Shape& S1, const TopoDS_Shape& S2 ) { - MESSAGE("EntityGUI::DisplaySimulationShape") + MESSAGE("EntityGUI::DisplaySimulationShape"); SalomeApp_Application* app = getGeometryGUI()->getApp(); if ( !app ) return; @@ -401,7 +401,7 @@ void EntityGUI::DisplaySimulationShape( const TopoDS_Shape& S1, const TopoDS_Sha //================================================================================== void EntityGUI::EraseSimulationShape() { - MESSAGE("EntityGUI::EraseSimulationShape") + MESSAGE("EntityGUI::EraseSimulationShape"); SalomeApp_Application* app = getGeometryGUI()->getApp(); if ( !app ) return;