Browse Source

* short name fits 8.3 now

git-svn-id: trunk@29618 -
Tomas Hajny 10 years ago
parent
commit
db3067b9de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/unicode/fpmake.pp

+ 1 - 1
utils/unicode/fpmake.pp

@@ -15,7 +15,7 @@ begin
   With Installer do
     begin
     P:=AddPackage('utils-unicode');
-    P.ShortName:='unicode';
+    P.ShortName:='ucode';
 
     P.Author := 'Inoussa OUEDRAOGO';
     P.License := 'LGPL with modification';