mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
*Core: name of Value Date/Time is now Date/Time (instead of date/time)
git-svn-id: svn://ultimatepp.org/upp/trunk@4859 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ad961191b9
commit
608f535a14
1 changed files with 2 additions and 2 deletions
|
|
@ -260,8 +260,8 @@ void Value::RegisterStd()
|
|||
Value::AddName(INT_V, "int");
|
||||
Value::AddName(DOUBLE_V, "double");
|
||||
Value::AddName(VOID_V, "void");
|
||||
Value::AddName(DATE_V, "date");
|
||||
Value::AddName(TIME_V, "time");
|
||||
Value::AddName(DATE_V, "Date");
|
||||
Value::AddName(TIME_V, "Time");
|
||||
Value::AddName(INT64_V, "int64");
|
||||
Value::AddName(BOOL_V, "bool");
|
||||
Value::AddName(ERROR_V, "error");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue