瀏覽代碼

* short name fits 8.3 now

git-svn-id: trunk@29618 -
Tomas Hajny 10 年之前
父節點
當前提交
db3067b9de
共有 1 個文件被更改,包括 1 次插入1 次删除
  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';