TW-1806: project:ide is not allowed

- Thanks to Slaven ʙanovic.
This commit is contained in:
Paul Beckingham
2016-05-20 11:13:46 -05:00
parent 53b526074f
commit 2720ea5a30
13 changed files with 36 additions and 9 deletions

View File

@@ -387,7 +387,7 @@ void Eval::evaluatePostfixStack (
// If there is more than one variant left on the stack, then the original
// expression was not valid.
if (values.size () != 1)
throw std::string (STRING_EVAL_NO_EVAL);
throw std::string (STRING_EVAL_NOT_EXPRESSION);
result = values[0];
}