fpc/packages/base/pasjpeg/jconsts.pas
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

12 lines
157 B
ObjectPascal

unit jconsts;
interface
resourcestring
sChangeJPGSize = 'Cannot change the size of a JPEG image';
sJPEGError = 'JPEG error #%d';
implementation
end.