summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
diff options
context:
space:
mode:
Diffstat (limited to 'atari/res/netsurf.rsh')
-rwxr-xr-xatari/res/netsurf.rsh10
1 files changed, 5 insertions, 5 deletions
diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh
index 5c30ca8f0..44c41e78b 100755
--- a/atari/res/netsurf.rsh
+++ b/atari/res/netsurf.rsh
@@ -100,9 +100,9 @@
#define SEARCH 10 /* form/dial */
#define SEARCH_TB_SRCH 1 /* FTEXT in tree SEARCH */
#define SEARCH_CB_CASESENSE 2 /* BOX in tree SEARCH */
-#define SEARCH_CB_CASESENSE_00 3 /* BOX in tree SEARCH */
+#define SEARCH_CB_SHOWALL 3 /* BOX in tree SEARCH */
#define SEARCH_LBL_SHOWALL 4 /* STRING in tree SEARCH */
-#define SEARCH_BT_SRCHBACK 5 /* BUTTON in tree SEARCH */
-#define SEARCH_BT_SRCHNEXT 6 /* BUTTON in tree SEARCH */
-#define SEARCH_LBL_CASESENSE 7 /* STRING in tree SEARCH */
-#define SEARCH_BT_SEARCH 8 /* BUTTON in tree SEARCH */
+#define SEARCH_LBL_CASESENSE 5 /* STRING in tree SEARCH */
+#define SEARCH_BT_SEARCH 6 /* BUTTON in tree SEARCH */
+#define SEARCH_CB_FWD 7 /* BOX in tree SEARCH */
+#define SEARCH_LBL_FWD 8 /* STRING in tree SEARCH */