소스 검색

* short name updated to fit into 8.3

git-svn-id: trunk@29184 -
Tomas Hajny 10 년 전
부모
커밋
d2f4382fca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/fpcres/fpmake.pp

+ 1 - 1
utils/fpcres/fpmake.pp

@@ -15,7 +15,7 @@ begin
   With Installer do
     begin
     P:=AddPackage('utils-fpcres');
-    P.ShortName:='fpcres';
+    P.ShortName:='fpres';
 
     P.Author := 'Giulio Bernardi';
     P.License := 'LGPL with modification';