.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 c285d6a1ff
commit 3271536cdf
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()));
}

View file

@ -1,4 +1,4 @@
description "QTF - default text representation of RichText";
description "QTF - default text representation of RichText\377";
uses
CtrlLib,

5
reference/Qtf/init Normal file
View file

@ -0,0 +1,5 @@
#ifndef _Qtf_icpp_init_stub
#define _Qtf_icpp_init_stub
#include "CtrlLib/init"
#include "RichEdit/init"
#endif

View file

@ -41,7 +41,7 @@ const char *examples[] = {
GUI_APP_MAIN
{
SetLanguage(LNGFromText("RU-RU"));
SetLanguage("ru-ru");
String qtf = "&";
for(int i = 0; examples[i]; i++)