Explorar el Código

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

git-svn-id: trunk@49022 -
pierre hace 4 años
padre
commit
90d9f80aa5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/qlunits/fpmake.pp

+ 1 - 1
packages/qlunits/fpmake.pp

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