mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-23 06:41:30 +02:00
IDE: restore buttonpanel localization in IDE options/Project options dialogs
git-svn-id: trunk@26307 -
This commit is contained in:
parent
496215eb85
commit
41a9d1dcb3
@ -104,9 +104,12 @@ begin
|
||||
|
||||
IDEDialogLayoutList.ApplyLayout(Self, Width, Height);
|
||||
Caption := dlgIDEOptions;
|
||||
ButtonPanel.OKButton.Caption := lisOk;
|
||||
ButtonPanel.OKButton.OnClick := @OKButtonClick;
|
||||
ButtonPanel.OKButton.ModalResult := mrNone;
|
||||
ButtonPanel.CancelButton.Caption := dlgCancel;
|
||||
ButtonPanel.CancelButton.OnClick := @CancelButtonClick;
|
||||
ButtonPanel.HelpButton.Caption:= lisMenuHelp;
|
||||
ButtonPanel.HelpButton.OnClick := @HelpButtonClick;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user