summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorhajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-02-04 00:01:09 +0000
committerhajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-02-04 00:01:09 +0000
commit41dcbc81818593885a97ee4f650e537e8589b200 (patch)
tree8905f8267c588846acedbdf685cb49fd5853dafd /utils
parent52651f2fbe19c79360e7d2983b4d64f97117fb85 (diff)
downloadfpc-41dcbc81818593885a97ee4f650e537e8589b200.tar.gz
* short name fits 8.3 now
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@29618 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'utils')
-rw-r--r--utils/unicode/fpmake.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/unicode/fpmake.pp b/utils/unicode/fpmake.pp
index 7f2ce4b106..7cdd28e4eb 100644
--- a/utils/unicode/fpmake.pp
+++ b/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';