summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
diff options
context:
space:
mode:
Diffstat (limited to 'atari/res/netsurf.rsh')
-rwxr-xr-xatari/res/netsurf.rsh8
1 files changed, 5 insertions, 3 deletions
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 */