/[smeserver]/rpms/whiptail/sme9/newt-0.51.5.patch.2006100301
ViewVC logotype

Contents of /rpms/whiptail/sme9/newt-0.51.5.patch.2006100301

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Jan 24 20:16:42 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: whiptail-0_51_5-9_el6_sme, HEAD
Initial import

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 };

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed