fixed paths from Olivier

git-svn-id: trunk@6730 -
This commit is contained in:
mattias 2005-02-03 23:19:15 +00:00
parent 0998146d41
commit 3e1747c0ff

View File

@ -127,7 +127,7 @@ begin
Bmp:=TBitMap.Create;
try
Bmp.LoadFromFile(ExpandFileName('./10.bmp'));
Bmp.LoadFromFile(ExpandFileName('../../images/LazarusForm.bmp'));
DRaw(10,450,BMP);
finally
Bmp.Free;
@ -135,7 +135,7 @@ begin
xpm:=TPixMap.Create;
try
xpm.LoadFromFile(ExpandFileName('./10.xpm'));
xpm.LoadFromFile(ExpandFileName('../../images/lazarus.xpm'));
StretchDraw(Rect(10,500,110,600),xpm);
finally
xpm.Free;