*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:
cxl 2012-04-27 07:34:54 +00:00
parent ad961191b9
commit 608f535a14

View file

@ -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");