mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 13:20:13 +02:00
Examples, fix compile of grid semaphor under linux after the resource migration
git-svn-id: trunk@43161 -
This commit is contained in:
parent
7bebe705b0
commit
79862e8840
@ -67,7 +67,7 @@ procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
{$R SemaphorDBGridIcon.res}
|
||||
{$R semaphordbgridicon.res}
|
||||
|
||||
procedure TSemaphorDBGrid.SetSemaphorShape(Value : TSemaphorShape);
|
||||
begin
|
||||
|
@ -148,7 +148,7 @@ procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
{$R SemaphorGridsicon.res}
|
||||
{$R semaphorgridsicon.res}
|
||||
|
||||
procedure TSemaphorGrid.DrawCell(aCol,aRow: Integer; aRect: TRect; aState:TGridDrawState);
|
||||
const dr=4;
|
||||
|
Loading…
Reference in New Issue
Block a user