ErrorBoxes from querydesign to String

Change-Id: I2aa9aa5b0d730c0546e8565d03b9b7d3d051235a
This commit is contained in:
Thomas Arnhold
2014-08-15 21:52:21 +02:00
parent 2f46431fd0
commit 140d082fb1
3 changed files with 8 additions and 8 deletions

View File

@@ -759,7 +759,7 @@ namespace
{
// only show the messagebox the first time
if (!bCritsOnAsterikWarning)
ErrorBox(_pView, ModuleRes( ERR_QRY_CRITERIA_ON_ASTERISK)).Execute();
MessageDialog(_pView, ModuleRes( STR_QRY_CRITERIA_ON_ASTERISK)).Execute();
bCritsOnAsterikWarning = true;
continue;
}
@@ -918,7 +918,7 @@ namespace
{
// only show the MessageBox the first time
if (!bCritsOnAsterikWarning)
ErrorBox(_pView, ModuleRes( ERR_QRY_ORDERBY_ON_ASTERISK)).Execute();
MessageDialog(_pView, ModuleRes( STR_QRY_ORDERBY_ON_ASTERISK)).Execute();
bCritsOnAsterikWarning = true;
continue;
}