.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@7724 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-09-25 06:27:24 +00:00
parent ac99fe36cf
commit bad30d2f70
4 changed files with 8 additions and 3 deletions

View file

@ -75,6 +75,6 @@ CONSOLE_APP_MAIN
DUMP(Format("%`", GetSysTime()));
DUMP(Format("%`", "text"));
SetLanguage(LNG_('C', 'S', 'C', 'Z'));
SetLanguage("cs-cz");
DUMP(Format("%`", GetSysDate()));
}