mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 06:18:20 +02:00
examples: fix button resource name
git-svn-id: trunk@19792 -
This commit is contained in:
parent
d925565b9a
commit
b28e26843d
@ -2269,7 +2269,7 @@ SpeedButton2 := TSpeedButton.Create(Self);
|
||||
Hint := 'SpeedButton1';
|
||||
Color := clBtnFace;
|
||||
ShowHint := True;
|
||||
Glyph.LoadFromLazarusResource('menu_save');
|
||||
Glyph.LoadFromLazarusResource('laz_save');
|
||||
Enabled := True;
|
||||
Visible := True;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user