X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultPart.cpp;h=1ecd9ce3923121462831d5bae57593c329b0c8d0;hb=08a991619fbd4f803d52e698dd48f0f7f46d118e;hp=e6dc4545382087425e5a3c64b5be7540b0f19dcd;hpb=d5d78920316491975a67f76578982b401cdfe71d;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultPart.cpp b/src/Model/Model_ResultPart.cpp index e6dc45453..1ecd9ce39 100644 --- a/src/Model/Model_ResultPart.cpp +++ b/src/Model/Model_ResultPart.cpp @@ -36,6 +36,8 @@ #include +#include + #include #include #include @@ -91,7 +93,7 @@ void Model_ResultPart::activate() SessionPtr aMgr = ModelAPI_Session::get(); if (!aMgr->isOperation()) { // open transaction even document is not created to set current docs in setActiveDocument - std::string aMsg = "Activation " + ModelAPI_Tools::toString(data()->name()); + std::string aMsg = "Activation " + Locale::Convert::toString(data()->name()); aMgr->startOperation(aMsg); isNewTransaction = true; }