9b33dfaf42
- Bring this port into the 21st century.
20 lines
708 B
Plaintext
20 lines
708 B
Plaintext
$OpenBSD: patch-gui_widg_c,v 1.1 2001/04/17 13:13:31 naddy Exp $
|
|
--- gui_widg.c.orig Thu Nov 25 14:11:15 1993
|
|
+++ gui_widg.c Tue Apr 17 14:30:50 2001
|
|
@@ -330,12 +330,12 @@ unsigned int key_buttons;
|
|
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,
|