소스 검색

* 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';