opnsense-ports/print/bibview/files/patch-gui_widg.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
617 B
C

--- 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,