forked from KolibriOS/kolibrios
CEDIT: bugfix
git-svn-id: svn://kolibrios.org@9194 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7524609331
commit
de0a25e478
Binary file not shown.
@ -28,7 +28,7 @@ IMPORT
|
||||
RW, Ini, EB := EditBox, Icons, Tabs, Timer;
|
||||
|
||||
CONST
|
||||
header = "CEdit (15-sep-2021)";
|
||||
header = "CEdit (17-sep-2021)";
|
||||
|
||||
ShellFilter = "";
|
||||
EditFilter = "SH|ASM|TXT|INC|OB07|C|CPP|H|PAS|PP|LUA|INI|JSON";
|
||||
|
@ -2193,7 +2193,8 @@ END draw;
|
||||
PROCEDURE switch* (text: tText);
|
||||
BEGIN
|
||||
ChangeLog.set(text.chLog);
|
||||
Lines.setMaxLength(text.maxLength)
|
||||
Lines.setMaxLength(text.maxLength);
|
||||
Lang.setCurLang(text.lang)
|
||||
END switch;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user