mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 14:18:17 +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
|
||||
// Setup the Button Bar
|
||||
btnOK.Caption := lisOkBtn;
|
||||
btnOK.LoadGlyphFromLazarusResource('btn_ok');
|
||||
btnCancel.Caption := dlgCancel;
|
||||
btnCancel.LoadGlyphFromLazarusResource('btn_cancel');
|
||||
CancelControl:=btnCancel;
|
||||
btnShowOptions.Caption := dlgCOShowOptions;
|
||||
btnCheck.Caption := lisCompTest;
|
||||
@ -1680,7 +1678,6 @@ begin
|
||||
btnLoadSave.Caption := '...';
|
||||
btnLoadSave.LoadGlyphFromLazarusResource('menu_save');
|
||||
HelpButton.Caption:=lisPckEditHelp;
|
||||
HelpButton.LoadGlyphFromLazarusResource('btn_help');
|
||||
end;
|
||||
|
||||
function TfrmCompilerOptions.CheckSearchPath(const Context,
|
||||
|
Loading…
Reference in New Issue
Block a user