Ver Fonte

* add missing description for regexpr

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

+ 1 - 0
packages/regexpr/fpmake.pp

@@ -14,6 +14,7 @@ begin
 
     P:=AddPackage('regexpr');
     P.ShortName:='reg';
+    P.Description := 'Library for working with regular expressions.';
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}