Browse Source

* add missing description for os2units

git-svn-id: trunk@29229 -
Tomas Hajny 10 years ago
parent
commit
63ba5f7c56
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/os2units/fpmake.pp

+ 1 - 0
packages/os2units/fpmake.pp

@@ -13,6 +13,7 @@ begin
 
 
     P:=AddPackage('os2units');
     P:=AddPackage('os2units');
     P.ShortName:='os2';
     P.ShortName:='os2';
+    P.Description := 'Interface units for various libraries included with OS/2 and/or eComStation (multimedia, direct graphics I/O, management of disk partitions / volumes, simple FTP communication library, etc.).';
 {$ifdef ALLPACKAGES}
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}
 {$endif ALLPACKAGES}