summaryrefslogtreecommitdiff
path: root/fonts/fontforge/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/fontforge/patches/patch-ae')
-rw-r--r--fonts/fontforge/patches/patch-ae21
1 files changed, 0 insertions, 21 deletions
diff --git a/fonts/fontforge/patches/patch-ae b/fonts/fontforge/patches/patch-ae
deleted file mode 100644
index 3c9067c1546..00000000000
--- a/fonts/fontforge/patches/patch-ae
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2006/04/14 08:45:06 adam Exp $
-
---- fontforge/fontinfo.c.orig 2006-04-06 16:02:54.000000000 +0200
-+++ fontforge/fontinfo.c
-@@ -5182,6 +5182,7 @@ static int GFI_OK(GGadget *g, GEvent *e)
- #endif
- char os2_vendor[4];
- NameList *nl;
-+ int ans;
- extern int allow_utf8_glyphnames;
-
- if ( d->tn_smallactive!=-1 )
-@@ -5369,7 +5370,7 @@ return(true);
- buts[2] = GTK_STOCK_CANCEL;
- #endif
- buts[3] = NULL;
-- int ans = gwwv_ask(_("Change UniqueID?"),(const char **) buts,0,2,_("You have changed this font's name without changing the UniqueID (or XUID).\nThis is probably not a good idea, would you like me to\ngenerate a random new value?"));
-+ ans = gwwv_ask(_("Change UniqueID?"),(const char **) buts,0,2,_("You have changed this font's name without changing the UniqueID (or XUID).\nThis is probably not a good idea, would you like me to\ngenerate a random new value?"));
- if ( ans==2 ) {
- GDrawSetCursor(gw,ct_pointer);
- return(true);