Explorar o código

Change short name of qlunits package to 'qlun' to respect 4 char limitation

git-svn-id: trunk@49022 -
pierre %!s(int64=4) %!d(string=hai) anos
pai
achega
90d9f80aa5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/qlunits/fpmake.pp

+ 1 - 1
packages/qlunits/fpmake.pp

@@ -13,7 +13,7 @@ begin
 {$endif ALLPACKAGES}
 
     P:=AddPackage('qlunits');
-    P.ShortName := 'qlunits';
+    P.ShortName := 'qlun';
 
     P.Author := 'FPC core team';
     P.License := 'LGPL with modification';