Browse Source

* add missing description for tcl

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

+ 1 - 0
packages/tcl/fpmake.pp

@@ -13,6 +13,7 @@ begin
 {$endif ALLPACKAGES}
 
     P:=AddPackage('tcl');
+    P.Description := 'Interface unit for invoking Tcl interpreter using a library.';
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}