Browse Source

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

git-svn-id: trunk@49022 -
pierre 4 years ago
parent
commit
90d9f80aa5
1 changed files with 1 additions and 1 deletions
  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';