Browse Source

* add missing description for tcl

git-svn-id: trunk@29232 -
Tomas Hajny 10 năm trước cách đây
mục cha
commit
a685a34455
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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}