소스 검색

* add missing description for unzip

git-svn-id: trunk@29233 -
Tomas Hajny 10 년 전
부모
커밋
d12beae03e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/unzip/fpmake.pp

+ 1 - 0
packages/unzip/fpmake.pp

@@ -14,6 +14,7 @@ begin
 
     P:=AddPackage('unzip');
     P.ShortName:='zip';
+    P.Description := 'Support for decompression of ZIP archives - either using a Pascal port of the library from InfoZIP, or interface to using the dynamically linked version of this library.';
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}