summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-01-30 21:51:14 +0000
committerOle Loots <ole@monochrom.net>2011-01-30 21:51:14 +0000
commitb15fc8eabe5a655d12e00f747dea7e1c4d78b983 (patch)
tree51b5a42b2e6b140629d0410ab5b8f01a898aa2cc /atari/res/netsurf.rsh
parent0af7ca1a607f81edd746139bf5baec99a4f20020 (diff)
downloadnetsurf-b15fc8eabe5a655d12e00f747dea7e1c4d78b983.tar.gz
netsurf-b15fc8eabe5a655d12e00f747dea7e1c4d78b983.tar.bz2
Implemented Search Dialog
svn path=/trunk/netsurf/; revision=11538
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 */