From ba06c2d6a37dc081a3a8c5a01426a0a009428ca9 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 14:02:16 +0000 Subject: Rename p*/ patch-xy patches to reflect the files they modify. --- print/bibview/files/patch-gui_widg.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 print/bibview/files/patch-gui_widg.c (limited to 'print/bibview/files/patch-gui_widg.c') diff --git a/print/bibview/files/patch-gui_widg.c b/print/bibview/files/patch-gui_widg.c new file mode 100644 index 000000000000..40ac9569de58 --- /dev/null +++ b/print/bibview/files/patch-gui_widg.c @@ -0,0 +1,18 @@ +--- gui_widg.c.orig Thu Nov 25 14:11:15 1993 ++++ gui_widg.c Thu Sep 11 13:08:30 1997 +@@ -330,12 +330,12 @@ + XtNfromHoriz, warnIcon, NULL); + sprintf(textLabel, "msgText%d", abs((int)errcode)); + if (errcode >= 200){ +- #ifdef GERMAN ++#ifdef GERMAN + sprintf(warnLabel, "Karte unvollstaendig: kein %s", + glbFldToName(errcode-200)); +- #else ++#else + sprintf(warnLabel, "Card incomplete: no %s", glbFldToName(errcode-200)); +- #endif ++#endif + warnText = XtVaCreateManagedWidget(textLabel, + labelWidgetClass, warnForm, + XtNjustify, XtJustifyLeft, -- cgit v1.2.3