Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-e__edit.c,v 1.1 2015/10/14 20:17:26 wiz Exp $
--- e_edit.c.orig 2007-04-04 16:18:32.000000000 +0000
+++ e_edit.c
@@ -4247,10 +4247,6 @@ str_panel(char *string, char *name, Widg
NextArg(XtNbottom, XtChainBottom);
NextArg(XtNleft, XtChainLeft);
NextArg(XtNright, XtChainRight);
-#ifdef I18N
- if (!appres.international || !international)
- NextArg(XtNinternational, False);
-#endif /* I18N */
*pi_x = XtCreateManagedWidget(textname, asciiTextWidgetClass, form, Args, ArgCount);
/* make CR do nothing for now */