openbsd-ports/misc/dialog/patches/patch-ac
1999-11-08 19:56:53 +00:00

21 lines
698 B
Plaintext

--- dialog.c.orig Mon Nov 8 14:48:14 1999
+++ dialog.c Mon Nov 8 14:48:42 1999
@@ -56,7 +56,7 @@
{"--radiolist", 9, 0, 3, j_radiolist},
{"--inputbox", 5, 6, 1, j_inputbox},
#ifdef HAVE_GUAGE
- {"--guage", 6, 6, 1, j_guage},
+ {"--gauge", 6, 6, 1, j_guage},
#endif
{NULL, 0, 0, 0, NULL}
};
@@ -197,7 +197,7 @@
\n --checklist <text> <height> <width> <list height> <tag1> <item1> <status1>...\
\n --radiolist <text> <height> <width> <list height> <tag1> <item1> <status1>...\n",name);
#ifdef HAVE_GUAGE
-fprintf(stderr," --guage <text> <height> <width> <percent>\n");
+fprintf(stderr," --gauge <text> <height> <width> <percent>\n");
#endif
exit (-1);
}