fpc/packages/base/pasjpeg/jconsts.pas
2004-02-07 23:11:16 +00:00

12 lines
160 B
ObjectPascal

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