mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Plugin Extension LanguageID for i18n
This commit is contained in:
parent
b4f6bc0c4f
commit
cb0681810d
2 changed files with 3 additions and 1 deletions
|
|
@ -153,8 +153,9 @@ type
|
|||
SetProperty: TSetProperty;
|
||||
GetProperty: TGetProperty;
|
||||
CreateComponent: TCreateComponent;
|
||||
LanguageID: packed array [0..15] of AnsiChar;
|
||||
// Reserved for future API extension
|
||||
Reserved: packed array [0..Pred(4088 * SizeOf(Pointer))] of Byte;
|
||||
Reserved: packed array [0..Pred(4086 * SizeOf(Pointer))] of Byte;
|
||||
end;
|
||||
|
||||
type
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ begin
|
|||
DialogBoxParam:= @fDialogBox.DialogBoxParam;
|
||||
SetProperty:= @fDialogBox.SetProperty;
|
||||
GetProperty:= @fDialogBox.GetProperty;
|
||||
LanguageID:= Language;
|
||||
CreateComponent:= @fDialogBox.CreateComponent;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue