mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@7724 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c285d6a1ff
commit
3271536cdf
4 changed files with 8 additions and 3 deletions
|
|
@ -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()));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
5
reference/Qtf/init
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#ifndef _Qtf_icpp_init_stub
|
||||
#define _Qtf_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#include "RichEdit/init"
|
||||
#endif
|
||||
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue