mirror of https://gitlab.com/basile.b/dexed.git
nil
This commit is contained in:
parent
4e29c6ee06
commit
f9d8bd95b2
|
@ -336,7 +336,7 @@ begin
|
|||
try
|
||||
str1.LoadFromFile(aFilename);
|
||||
str1.Position := 0;
|
||||
ObjectTextToBinary(str1,str2);
|
||||
ObjectTextToBinary(str1, str2);
|
||||
str2.Position := 0;
|
||||
try
|
||||
rdr := TReader.Create(str2, 4096);
|
||||
|
|
|
@ -1468,7 +1468,7 @@ object CEMainForm: TCEMainForm
|
|||
OnCloseQuery = FormCloseQuery
|
||||
OnDropFiles = FormDropFiles
|
||||
ShowHint = True
|
||||
LCLVersion = '1.4.0.4'
|
||||
LCLVersion = '1.4.2.0'
|
||||
object mainMenu: TMainMenu
|
||||
Images = imgList
|
||||
top = 1
|
||||
|
|
Loading…
Reference in New Issue