Browse Source

* add missing description for regexpr

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

+ 1 - 0
packages/regexpr/fpmake.pp

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