* short name fits 8.3 now

git-svn-id: trunk@29618 -
This commit is contained in:
Tomas Hajny 2015-02-04 00:01:09 +00:00
parent dbc50980d1
commit db3067b9de

View File

@ -15,7 +15,7 @@ begin
With Installer do With Installer do
begin begin
P:=AddPackage('utils-unicode'); P:=AddPackage('utils-unicode');
P.ShortName:='unicode'; P.ShortName:='ucode';
P.Author := 'Inoussa OUEDRAOGO'; P.Author := 'Inoussa OUEDRAOGO';
P.License := 'LGPL with modification'; P.License := 'LGPL with modification';