From 2c0407d7d4151e759597faee614a9a0f75a57585 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 17 Sep 2014 00:47:26 +0200 Subject: Moved Save/Abort buttons into a toolbar --- atari/res/netsurf.rsh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'atari/res/netsurf.rsh') diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh index 72d957d92..c856501ae 100755 --- a/atari/res/netsurf.rsh +++ b/atari/res/netsurf.rsh @@ -192,9 +192,7 @@ #define SETTINGS_BT_CLEAR_CACHE 105 /* BUTTON in tree SETTINGS */ #define SETTINGS_INC_CACHE_AGE 107 /* BOXCHAR in tree SETTINGS */ #define SETTINGS_DEC_CACHE_AGE 108 /* BOXCHAR in tree SETTINGS */ -#define SETTINGS_EDIT_CACHE_AGE 114 /* FTEXT in tree SETTINGS */ -#define SETTINGS_ABORT 112 /* BUTTON in tree SETTINGS */ -#define SETTINGS_SAVE 113 /* BUTTON in tree SETTINGS */ +#define SETTINGS_EDIT_CACHE_AGE 110 /* FTEXT in tree SETTINGS */ #define MAINMENU 18 /* menu */ #define MAINMENU_T_FILE 4 /* TITLE in tree MAINMENU */ @@ -237,3 +235,7 @@ #define MAINMENU_M_CHOICES 61 /* STRING in tree MAINMENU */ #define MAINMENU_M_VLOG 62 /* STRING in tree MAINMENU */ #define MAINMENU_M_HELP_CONTENT 64 /* STRING in tree MAINMENU */ + +#define TOOLBAR_SETTINGS 19 /* form/dial */ +#define TOOLBAR_SETTINGS_ABORT 1 /* BOXTEXT in tree TOOLBAR_SETTINGS */ +#define TOOLBAR_SETTINGS_SAVE 2 /* BOXTEXT in tree TOOLBAR_SETTINGS */ -- cgit v1.2.3