You've already forked lazarus-ccr
fpspreadsheet: Major reconstructor of color management: no more palettes now, use direct rgb colors instead. May break existing code - sorry! Update all demos and unit tests (passed).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4156 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -49,7 +49,7 @@ begin
|
||||
writeln('Finished.');
|
||||
writeln;
|
||||
writeln('Please open "'+OutputFile+'" in "fpsgrid".');
|
||||
writeLn('It should show calculation results in cells B1 and B2.');
|
||||
writeLn('It must show correct calculation results in cells B1 and B2.');
|
||||
finally
|
||||
workbook.Free;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user