Browse Source

* add missing description for pasjpeg

git-svn-id: trunk@29230 -
Tomas Hajny 10 years ago
parent
commit
4f411386f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/pasjpeg/fpmake.pp

+ 1 - 0
packages/pasjpeg/fpmake.pp

@@ -14,6 +14,7 @@ begin
 
     P:=AddPackage('pasjpeg');
     P.ShortName:='pjp';
+    P.Description := 'Pascal port of JPEG (.JPG) image format handling library from IJG.';
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}