Ver Fonte

* short name updated to fit into 8.3

git-svn-id: trunk@29184 -
Tomas Hajny há 10 anos atrás
pai
commit
d2f4382fca
1 ficheiros alterados com 1 adições e 1 exclusões
  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';