lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev LYOptions.c patch for pre.8


From: Doug Kaufman
Subject: lynx-dev LYOptions.c patch for pre.8
Date: Sun, 23 Apr 2000 01:07:23 -0700 (PDT)

I just noticed that the option page still uses the terminology "Links
and form fields are numberd", although we changed this to "Links and
fields are numbered" everywhere else. If this wasn't intentional,
perhaps we should make the terminology consistent before the release.
                            Doug

--- lynx2-8-3/lynx.cfg  Wed Apr 19 18:57:56 2000
+++ lynx2-8-3/lynx.cfg.new      Sun Apr 23 00:54:22 2000
@@ -2965,7 +2965,7 @@
 .h2 PRETTYSRC_VIEW_NO_ANCHOR_NUMBERING
 # PRETTYSRC_VIEW_NO_ANCHOR_NUMBERING - pretty source view setting
 # If "keypad mode" in 'O'ptions screen is "Links are numbered" or
-# "Links and form fields are numbered", and PRETTYSRC_VIEW_NO_ANCHOR_NUMBERING 
is
+# "Links and fields are numbered", and PRETTYSRC_VIEW_NO_ANCHOR_NUMBERING is
 # TRUE, then links won't be numbered in psrc view and will be numbered
 # otherwise. Set this setting to TRUE if you prefer numbered links, but wish
 # to get valid HTML source when printing or mailing when in psrc view.
--- lynx2-8-3/src/LYOptions.c   Sat Apr 22 18:16:38 2000
+++ lynx2-8-3/src/LYOptions.c.new       Sun Apr 23 00:35:18 2000
@@ -452,7 +452,7 @@
                                "Numbers act as arrows             " :
         ((keypad_mode == LINKS_ARE_NUMBERED) ?
                                "Links are numbered                " :
-                               "Links and form fields are numbered"));
+                               "Links and fields are numbered"));
 
     move(L_Lineed, 5);
     addlbl("li(N)e edit style            : ");
@@ -1328,7 +1328,7 @@
                             "Links are numbered                ");
                choices[2] = NULL;
                StrAllocCopy(choices[2],
-                            "Links and form fields are numbered");
+                            "Links and fields are numbered");
                choices[3] = NULL;
                if (!LYSelectPopups) {
                    keypad_mode = LYChooseBoolean(keypad_mode,
@@ -3236,7 +3236,7 @@
        { NUMBERS_AS_ARROWS,  "Numbers act as arrows", "number_arrows" },
        { LINKS_ARE_NUMBERED, "Links are numbered",    "links_numbered" },
        { LINKS_AND_FIELDS_ARE_NUMBERED,
-                             "Links and form fields are numbered",
+                             "Links and fields are numbered",
                              "links_and_forms" },
        { 0, 0, 0 }};
 static char * lineedit_style_string    = "lineedit_style";

__ 
Doug Kaufman
Internet: address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]