From b15fc8eabe5a655d12e00f747dea7e1c4d78b983 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 30 Jan 2011 21:51:14 +0000 Subject: Implemented Search Dialog svn path=/trunk/netsurf/; revision=11538 --- atari/res/netsurf.rsh | 10 +++++----- atari/res/netsurf.rsm | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'atari/res') 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 */ diff --git a/atari/res/netsurf.rsm b/atari/res/netsurf.rsm index 1b7ac93e5..44d1572c2 100755 --- a/atari/res/netsurf.rsm +++ b/atari/res/netsurf.rsm @@ -3,7 +3,7 @@ ResourceMaster v3.65 #N 99@32@AZAaza___ _@AZAaza090___ _@@_@ #FoC-Header@rsm2out@C-Header@rsh@@@[C-Header@0@ #R 0@0@1@1@1@1@ -#M 20010100@17741@7728@536@ +#M 20010100@17741@7728@547@ #T 0@1@MAINMENU@@60@@ #O 4@32@T_FILE@@ #O 5@32@T_EDIT@@ @@ -95,10 +95,10 @@ ResourceMaster v3.65 #T 10@2@SEARCH@@9@@ #O 1@29@TB_SRCH@@ #O 2@20@CB_CASESENSE@@ -#O 3@20@CB_CASESENSE_00@@ +#O 3@20@CB_SHOWALL@@ #O 4@28@LBL_SHOWALL@@ -#O 5@26@BT_SRCHBACK@@ -#O 6@26@BT_SRCHNEXT@@ -#O 7@28@LBL_CASESENSE@@ -#O 8@26@BT_SEARCH@@ -#c 13032@ +#O 5@28@LBL_CASESENSE@@ +#O 6@26@BT_SEARCH@@ +#O 7@20@CB_FWD@@ +#O 8@28@LBL_FWD@@ +#c 12914@ -- cgit v1.2.3