mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 17:52:16 +02:00
ExamplesWindow: Add missing icon, provided by Roland Hahn.
This commit is contained in:
parent
8df9adae97
commit
9a06dc418f
BIN
components/exampleswindow/exampleprojects_images.res
Normal file
BIN
components/exampleswindow/exampleprojects_images.res
Normal file
Binary file not shown.
3
components/exampleswindow/images/make_res.bat
Normal file
3
components/exampleswindow/images/make_res.bat
Normal file
@ -0,0 +1,3 @@
|
||||
dir /b /l /on *.png > files.txt
|
||||
..\..\..\tools\lazres.exe ..\exampleprojects_images.res @files.txt
|
||||
del files.txt
|
BIN
components/exampleswindow/images/pkg_oep.png
Normal file
BIN
components/exampleswindow/images/pkg_oep.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 889 B |
BIN
components/exampleswindow/images/pkg_oep_150.png
Normal file
BIN
components/exampleswindow/images/pkg_oep_150.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
components/exampleswindow/images/pkg_oep_200.png
Normal file
BIN
components/exampleswindow/images/pkg_oep_200.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
@ -31,6 +31,8 @@ procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
{$R exampleprojects_images.res}
|
||||
|
||||
uses
|
||||
uLaz_Examples, uConst, ExWinSettings;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user