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:
wp_xxyyzz
2022-06-24 17:28:59 +00:00
parent 0effe68205
commit 7458f2b434
2 changed files with 4 additions and 3 deletions

View File

@@ -64,6 +64,7 @@
</Parsing> </Parsing>
<Linking> <Linking>
<Debugging> <Debugging>
<DebugInfoType Value="dsDwarf2Set"/>
<UseExternalDbgSyms Value="True"/> <UseExternalDbgSyms Value="True"/>
</Debugging> </Debugging>
</Linking> </Linking>

View File

@@ -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"...');