X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultField.cpp;h=8ec0fc33becd0cc51b58aec6188d4f4aaf2089b7;hb=380f01e1fce1a012267d604a1190d04bf4659447;hp=0f406a93465e8855391be51564886414cebdd65a;hpb=ac4cd960b238acc086206db688be0563e9893490;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultField.cpp b/src/Model/Model_ResultField.cpp index 0f406a934..8ec0fc33b 100644 --- a/src/Model/Model_ResultField.cpp +++ b/src/Model/Model_ResultField.cpp @@ -24,9 +24,12 @@ #include #include #include +#include #include +#include + #include Model_ResultField::Model_ResultField(std::shared_ptr theOwnerData) @@ -152,10 +155,10 @@ std::shared_ptr Model_ResultField::ste return NULL; } -std::string Model_ResultField::Model_FieldStep::name() { - std::ostringstream aStream; +std::wstring Model_ResultField::Model_FieldStep::name() { + std::wostringstream aStream; aStream<data()->name()<textLine(myId); + aStream<<"Step "<<(myId + 1)<<" "<< Locale::Convert::toWString(myParent->textLine(myId)); return aStream.str(); } // LCOV_EXCL_STOP