From 310e655e2b1279d6c088497214e78e99e3fd6f74 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Thu, 6 May 2010 00:55:33 -0400 Subject: snapshot of project "lynx", label v2-8-8dev_3d --- src/LYOptions.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/LYOptions.c') diff --git a/src/LYOptions.c b/src/LYOptions.c index 0196cd1a..e52e8750 100644 --- a/src/LYOptions.c +++ b/src/LYOptions.c @@ -1,4 +1,4 @@ -/* $LynxId: LYOptions.c,v 1.136 2010/04/30 00:01:19 tom Exp $ */ +/* $LynxId: LYOptions.c,v 1.137 2010/05/05 09:48:38 tom Exp $ */ #include #include #include /* 'reloading' flag */ @@ -461,7 +461,7 @@ void LYoptions(void) LYmove(L_SSEARCH, 5); addlbl("(S)earching type : "); - LYaddstr(case_sensitive ? "CASE SENSITIVE " : "CASE INSENSITIVE"); + LYaddstr(LYcase_sensitive ? "CASE SENSITIVE " : "CASE INSENSITIVE"); LYmove(L_Charset, 5); addlbl("display (C)haracter set : "); @@ -902,9 +902,9 @@ void LYoptions(void) break; case 'S': /* Change case sensitivity for searches. */ - case_sensitive = LYChooseBoolean(case_sensitive, - L_SSEARCH, -1, - caseless_choices); + LYcase_sensitive = LYChooseBoolean(LYcase_sensitive, + L_SSEARCH, -1, + caseless_choices); response = ' '; break; @@ -2858,7 +2858,7 @@ int postoptions(DocInfo *newdoc) /* Search Type: SELECT */ if (!strcmp(data[i].tag, search_type_string) && GetOptValues(search_type_values, data[i].value, &code)) { - case_sensitive = (BOOLEAN) code; + LYcase_sensitive = (BOOLEAN) code; } /* HTML error tolerance: SELECT */ @@ -3564,7 +3564,7 @@ static int gen_options(char **newfile) /* Search Type: SELECT */ PutLabel(fp0, gettext("Type of Search"), search_type_string); BeginSelect(fp0, search_type_string); - PutOptValues(fp0, case_sensitive, search_type_values); + PutOptValues(fp0, LYcase_sensitive, search_type_values); EndSelect(fp0); PutHeader(fp0, gettext("Security and Privacy")); -- cgit 1.4.1-2-gfad0