1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/print/bibview/files/patch-ad
Thomas Gellekum 1bc1187e0f Import bibview port. bibview allows to edit bibliographic databases
for use with BibTeX.

PR:		4133
Submitted by:	"David A. Bader" <dbader@umiacs.umd.edu>
1997-09-12 08:11:56 +00:00

19 lines
617 B
Plaintext

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