1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' newt-0.51.5/whiptail.c mezzanine_patched_newt-0.51.5/whiptail.c |
2 |
|
|
--- newt-0.51.5/whiptail.c 2006-10-11 12:11:54.000000000 -0400 |
3 |
|
|
+++ mezzanine_patched_newt-0.51.5/whiptail.c 2006-10-11 12:10:25.000000000 -0400 |
4 |
|
|
@@ -79,7 +79,11 @@ |
5 |
|
|
{ "separate-output", '\0', 0, &separateOutput, 0 }, |
6 |
|
|
{ "title", '\0', POPT_ARG_STRING, &title, 0 }, |
7 |
|
|
{ "left", '\0', POPT_ARG_STRING, &left, 0 }, |
8 |
|
|
+ { "cancel-label", '\0', POPT_ARG_STRING, &left, 0 }, |
9 |
|
|
+ { "no-label", '\0', POPT_ARG_STRING, &left, 0 }, |
10 |
|
|
{ "right", '\0', POPT_ARG_STRING, &right, 0 }, |
11 |
|
|
+ { "ok-label", '\0', POPT_ARG_STRING, &right, 0 }, |
12 |
|
|
+ { "yes-label", '\0', POPT_ARG_STRING, &right, 0 }, |
13 |
|
|
{ "yesno", '\0', 0, 0, OPT_YESNO }, |
14 |
|
|
{ 0, 0, 0, 0, 0 } |
15 |
|
|
}; |