Developing Nos

git-svn-id: svn://ultimatepp.org/upp/trunk@4664 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-03-06 14:32:02 +00:00
parent a9a6d541f8
commit 3415d44f3c

View file

@ -64,7 +64,7 @@ void Animate(Ctrl& c, int x, int y, int cx, int cy, int type)
bool CtrlLibDisplayError(const Value& e) {
if(!e.IsError())
return false;
String s = ValueTo<String>(e);
String s = GetErrorText(e);
if(s.IsEmpty())
s = t_("Invalid data.");
Exclamation(s);