summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-01-22 16:47:20 +0000
committerOle Loots <ole@monochrom.net>2011-01-22 16:47:20 +0000
commitac8096964eb72d73ba2edf6787885af3b1cd0945 (patch)
tree72b8cdaf5e6dcf8a4d886f900bd4992dce217f42 /atari/res/netsurf.rsh
parent43f6db8ffda4d0de66616cfc244f3b0a1051ed9e (diff)
downloadnetsurf-ac8096964eb72d73ba2edf6787885af3b1cd0945.tar.gz
netsurf-ac8096964eb72d73ba2edf6787885af3b1cd0945.tar.bz2
Added search dialog.
svn path=/trunk/netsurf/; revision=11454
Diffstat (limited to 'atari/res/netsurf.rsh')
-rw-r--r--atari/res/netsurf.rsh13
1 files changed, 12 insertions, 1 deletions
diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh
index 43429a205..5c30ca8f0 100644
--- a/atari/res/netsurf.rsh
+++ b/atari/res/netsurf.rsh
@@ -35,7 +35,8 @@
#define MAINMENU_M_ADD_BOOKMARK 53 /* STRING in tree MAINMENU */
#define MAINMENU_M_BOOKMARKS 54 /* STRING in tree MAINMENU */
#define MAINMENU_M_CHOICES 56 /* STRING in tree MAINMENU */
-#define MAINMENU_M_HELP_CONTENT 58 /* STRING in tree MAINMENU */
+#define MAINMENU_M_VLOG 57 /* STRING in tree MAINMENU */
+#define MAINMENU_M_HELP_CONTENT 59 /* STRING in tree MAINMENU */
#define TOOLBAR 1 /* form/dial */
#define TOOLBAR_BT_BACK 2 /* CICON in tree TOOLBAR */
@@ -95,3 +96,13 @@
#define TOOLBAR_HOTLIST_CREATE_FOLDER 1 /* BUTTON in tree TOOLBAR_HOTLIST */
#define TOOLBAR_HOTLIST_ADD 2 /* BUTTON in tree TOOLBAR_HOTLIST */
#define TOOLBAR_HOTLIST_DELETE 3 /* BUTTON in tree TOOLBAR_HOTLIST */
+
+#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_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 */