Ver Fonte

* add missing description for zlib

git-svn-id: trunk@29235 -
Tomas Hajny há 11 anos atrás
pai
commit
fb95334a66
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/zlib/fpmake.pp

+ 1 - 0
packages/zlib/fpmake.pp

@@ -13,6 +13,7 @@ begin
 {$endif ALLPACKAGES}
 
     P:=AddPackage('zlib');
+    P.Description := 'Interface units for the ZLIB library - support for deflate compression method using for GZIP, PNG, ZIP, etc.';
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}