mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Developing Nos
git-svn-id: svn://ultimatepp.org/upp/trunk@4664 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a9a6d541f8
commit
3415d44f3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue