mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 13:19:21 +02:00
ide: don't load LCL glyphs to the standard bitbtn (they can do this better themself) in the compiler options dialog
git-svn-id: trunk@19451 -
This commit is contained in:
parent
a6dfeecb17
commit
93be4dfe99
@ -1670,9 +1670,7 @@ procedure TfrmCompilerOptions.SetupButtonBar;
|
|||||||
begin
|
begin
|
||||||
// Setup the Button Bar
|
// Setup the Button Bar
|
||||||
btnOK.Caption := lisOkBtn;
|
btnOK.Caption := lisOkBtn;
|
||||||
btnOK.LoadGlyphFromLazarusResource('btn_ok');
|
|
||||||
btnCancel.Caption := dlgCancel;
|
btnCancel.Caption := dlgCancel;
|
||||||
btnCancel.LoadGlyphFromLazarusResource('btn_cancel');
|
|
||||||
CancelControl:=btnCancel;
|
CancelControl:=btnCancel;
|
||||||
btnShowOptions.Caption := dlgCOShowOptions;
|
btnShowOptions.Caption := dlgCOShowOptions;
|
||||||
btnCheck.Caption := lisCompTest;
|
btnCheck.Caption := lisCompTest;
|
||||||
@ -1680,7 +1678,6 @@ begin
|
|||||||
btnLoadSave.Caption := '...';
|
btnLoadSave.Caption := '...';
|
||||||
btnLoadSave.LoadGlyphFromLazarusResource('menu_save');
|
btnLoadSave.LoadGlyphFromLazarusResource('menu_save');
|
||||||
HelpButton.Caption:=lisPckEditHelp;
|
HelpButton.Caption:=lisPckEditHelp;
|
||||||
HelpButton.LoadGlyphFromLazarusResource('btn_help');
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TfrmCompilerOptions.CheckSearchPath(const Context,
|
function TfrmCompilerOptions.CheckSearchPath(const Context,
|
||||||
|
Loading…
Reference in New Issue
Block a user