Browse Source

* short name updated to fit into 8.3

git-svn-id: trunk@29184 -
Tomas Hajny 10 years ago
parent
commit
d2f4382fca
1 changed files with 1 additions and 1 deletions
  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';