summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/pasjpeg/src/jconsts.pas
blob: b7339e414a4ed95ef75c8f9fbf1b3980325cb622 (plain)
1
2
3
4
5
6
7
8
9
10
11
unit jconsts;

interface

resourcestring
  sChangeJPGSize = 'Cannot change the size of a JPEG image';
  sJPEGError = 'JPEG error #%d';

implementation

end.