From 79862e8840c08ca05601cea7684ac033c00eccb5 Mon Sep 17 00:00:00 2001 From: jesus Date: Mon, 7 Oct 2013 16:52:08 +0000 Subject: [PATCH] Examples, fix compile of grid semaphor under linux after the resource migration git-svn-id: trunk@43161 - --- examples/gridexamples/grid_semaphor/semaphordbgrids.pas | 2 +- examples/gridexamples/grid_semaphor/semaphorgrids.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gridexamples/grid_semaphor/semaphordbgrids.pas b/examples/gridexamples/grid_semaphor/semaphordbgrids.pas index 7a17297f29..27e23adb79 100644 --- a/examples/gridexamples/grid_semaphor/semaphordbgrids.pas +++ b/examples/gridexamples/grid_semaphor/semaphordbgrids.pas @@ -67,7 +67,7 @@ procedure Register; implementation -{$R SemaphorDBGridIcon.res} +{$R semaphordbgridicon.res} procedure TSemaphorDBGrid.SetSemaphorShape(Value : TSemaphorShape); begin diff --git a/examples/gridexamples/grid_semaphor/semaphorgrids.pas b/examples/gridexamples/grid_semaphor/semaphorgrids.pas index ff7eaf0d46..f3b0a34378 100644 --- a/examples/gridexamples/grid_semaphor/semaphorgrids.pas +++ b/examples/gridexamples/grid_semaphor/semaphorgrids.pas @@ -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;