diff options
Diffstat (limited to 'starmath/source/parse.cxx')
-rw-r--r-- | starmath/source/parse.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index b386cf36fbab..9ecd5ae1a370 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -2518,7 +2518,7 @@ size_t SmParser::AddError(SmParseError Type, SmNode *pNode) default: nRID = RID_ERR_UNKOWN; } - pErrDesc->Text += SmResId(nRID); + pErrDesc->Text += SM_RESSTR(nRID); m_aErrDescList.push_back( pErrDesc ); |