You've already forked lazarus-ccr
fpspreadsheet: Update image file paths in sample project "demo_write_images"
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8326 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -64,6 +64,7 @@
|
|||||||
</Parsing>
|
</Parsing>
|
||||||
<Linking>
|
<Linking>
|
||||||
<Debugging>
|
<Debugging>
|
||||||
|
<DebugInfoType Value="dsDwarf2Set"/>
|
||||||
<UseExternalDbgSyms Value="True"/>
|
<UseExternalDbgSyms Value="True"/>
|
||||||
</Debugging>
|
</Debugging>
|
||||||
</Linking>
|
</Linking>
|
||||||
|
@@ -13,9 +13,9 @@ var
|
|||||||
i: Integer;
|
i: Integer;
|
||||||
|
|
||||||
const
|
const
|
||||||
image1 = '../../images/components/TSWORKBOOKSOURCE.png';
|
image1 = '../../../images/components/TSWORKBOOKSOURCE.png';
|
||||||
image2 = '../../images/components/TSWORKSHEETGRID.png';
|
image2 = '../../../images/components/TSWORKSHEETGRID.png';
|
||||||
image3 = '../../images/components/TSCELLEDIT.png';
|
image3 = '../../../images/components/TSCELLEDIT.png';
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Writeln('Starting program "demo_write_images"...');
|
Writeln('Starting program "demo_write_images"...');
|
||||||
|
Reference in New Issue
Block a user