Browse Source

* add missing description for libpng

git-svn-id: trunk@29227 -
Tomas Hajny 10 years ago
parent
commit
5106845872
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/libpng/fpmake.pp

+ 1 - 0
packages/libpng/fpmake.pp

@@ -14,6 +14,7 @@ begin
 
     P:=AddPackage('libpng');
     P.ShortName:='lpng';
+    P.Description := 'Interface unit for libpng - working with PNG image format.';
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}