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>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<DebugInfoType Value="dsDwarf2Set"/>
|
||||
<UseExternalDbgSyms Value="True"/>
|
||||
</Debugging>
|
||||
</Linking>
|
||||
|
@ -13,9 +13,9 @@ var
|
||||
i: Integer;
|
||||
|
||||
const
|
||||
image1 = '../../images/components/TSWORKBOOKSOURCE.png';
|
||||
image2 = '../../images/components/TSWORKSHEETGRID.png';
|
||||
image3 = '../../images/components/TSCELLEDIT.png';
|
||||
image1 = '../../../images/components/TSWORKBOOKSOURCE.png';
|
||||
image2 = '../../../images/components/TSWORKSHEETGRID.png';
|
||||
image3 = '../../../images/components/TSCELLEDIT.png';
|
||||
|
||||
begin
|
||||
Writeln('Starting program "demo_write_images"...');
|
||||
|
Reference in New Issue
Block a user