Browse Source

* make shortname really short

git-svn-id: trunk@48838 -
Tomas Hajny 4 years ago
parent
commit
0aae9dd375
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/tplylib/fpmake.pp

+ 1 - 1
packages/tplylib/fpmake.pp

@@ -13,7 +13,7 @@ begin
 {$endif ALLPACKAGES}
 
     P:=AddPackage('tplylib');
-    P.ShortName:='tplylib';
+    P.ShortName:='tpll';
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}