summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-02-12 20:24:43 +0000
committerOle Loots <ole@monochrom.net>2011-02-12 20:24:43 +0000
commit903cf68f8fc46a2a050d970226c7e9d3275eca17 (patch)
tree6574890c0652539310686a6154409389f13bc35a /atari/res/netsurf.rsh
parent11d0b4b98641254dda34a4e8898fd425656ac614 (diff)
downloadnetsurf-903cf68f8fc46a2a050d970226c7e9d3275eca17.tar.gz
netsurf-903cf68f8fc46a2a050d970226c7e9d3275eca17.tar.bz2
Improved checkboxes
svn path=/trunk/netsurf/; revision=11662
Diffstat (limited to 'atari/res/netsurf.rsh')
-rwxr-xr-xatari/res/netsurf.rsh26
1 files changed, 14 insertions, 12 deletions
diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh
index a47402d52..a9d34ad47 100755
--- a/atari/res/netsurf.rsh
+++ b/atari/res/netsurf.rsh
@@ -99,13 +99,13 @@
#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_SHOWALL 3 /* BOX in tree SEARCH */
-#define SEARCH_LBL_SHOWALL 4 /* STRING 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 */
+#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 DOWNLOAD 11 /* form/dial */
/* Width ist 400, code depends on that! If you change it, change it in download.c */
@@ -114,8 +114,10 @@
#define DOWNLOAD_FILENAME 3 /* TEXT in tree DOWNLOAD */
#define DOWNLOAD_BT_ABORT 4 /* BUTTON in tree DOWNLOAD */
#define DOWNLOAD_BT_PAUSE 5 /* BUTTON in tree DOWNLOAD */
-#define DOWNLOAD_CB_CLOSE_RDY 6 /* BOXCHAR in tree DOWNLOAD */
-#define DOWNLOAD_LBL_CLOSE_RDY 7 /* STRING in tree DOWNLOAD */
-#define DOWNLOAD_LBL_BYTES 8 /* TEXT in tree DOWNLOAD */
-#define DOWNLOAD_LBL_PERCENT 9 /* TEXT in tree DOWNLOAD */
-#define DOWNLOAD_LBL_SPEED 10 /* TEXT in tree DOWNLOAD */
+#define DOWNLOAD_LBL_CLOSE_RDY 6 /* STRING in tree DOWNLOAD */
+#define DOWNLOAD_LBL_BYTES 7 /* TEXT in tree DOWNLOAD */
+#define DOWNLOAD_LBL_PERCENT 8 /* TEXT in tree DOWNLOAD */
+#define DOWNLOAD_LBL_SPEED 9 /* TEXT in tree DOWNLOAD */
+#define DOWNLOAD_CB_CLOSE_RDY 10 /* BUTTON in tree DOWNLOAD */
+
+#define ABOUT 12 /* form/dial */