summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-01-11 02:12:30 +0100
committerOle Loots <ole@monochrom.net>2013-01-11 02:12:30 +0100
commitadcbbbe88033e245732b73bd6319c0cb9b4da9b3 (patch)
tree4e52b45db9be0da17aeb625570f084fb9695fbf4 /atari/res/netsurf.rsh
parentcca5bb43049548daee486b1490ef79101f4c93d1 (diff)
downloadnetsurf-adcbbbe88033e245732b73bd6319c0cb9b4da9b3.tar.gz
netsurf-adcbbbe88033e245732b73bd6319c0cb9b4da9b3.tar.bz2
Started to move the search form into the browser window.
Diffstat (limited to 'atari/res/netsurf.rsh')
-rwxr-xr-xatari/res/netsurf.rsh17
1 files changed, 9 insertions, 8 deletions
diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh
index 1b6ac16cc..092faa06a 100755
--- a/atari/res/netsurf.rsh
+++ b/atari/res/netsurf.rsh
@@ -79,14 +79,15 @@
#define TOOLBAR_HOTLIST_EDIT 4 /* CICON in tree TOOLBAR_HOTLIST */
#define SEARCH 8 /* form/dial */
-#define SEARCH_TB_SRCH 1 /* FTEXT in tree SEARCH */
-#define SEARCH_LBL_SHOWALL 2 /* STRING in tree SEARCH */
-#define SEARCH_LBL_CASESENSE 3 /* STRING in tree SEARCH */
-#define SEARCH_BT_SEARCH 4 /* BUTTON in tree SEARCH */
-#define SEARCH_LBL_FWD 5 /* STRING in tree SEARCH */
-#define SEARCH_CB_CASESENSE 6 /* BUTTON in tree SEARCH */
-#define SEARCH_CB_SHOWALL 7 /* BUTTON in tree SEARCH */
-#define SEARCH_CB_FWD 8 /* BUTTON in tree SEARCH */
+#define SEARCH_BT_SEARCH 1 /* BUTTON in tree SEARCH */
+#define SEARCH_LBL_FWD 2 /* STRING in tree SEARCH */
+#define SEARCH_CB_FWD 3 /* BUTTON in tree SEARCH */
+#define SEARCH_BT_SEARCH_BACK 4 /* BUTTON in tree SEARCH */
+#define SEARCH_CB_CASESENSE 6 /* BOXCHAR in tree SEARCH */
+#define SEARCH_CB_SHOWALL 7 /* BOXCHAR in tree SEARCH */
+#define SEARCH_LBL_SHOWALL 8 /* STRING in tree SEARCH */
+#define SEARCH_LBL_CASESENSE 9 /* TEXT in tree SEARCH */
+#define SEARCH_TB_SRCH 10 /* FTEXT in tree SEARCH */
#define DOWNLOAD 9 /* form/dial */
/* Width ist 400, code depends on that! If you change it, change it in download.c */