mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 14:29:36 +02:00
added help button to dialog
fixed glyphloading at creationtime git-svn-id: trunk@16968 -
This commit is contained in:
parent
41d7b8cde3
commit
6712791e36
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1584,13 +1584,17 @@ 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;
|
||||
btnLoadSave.Hint := dlgCOLoadSave;
|
||||
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