summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2014-09-17 00:47:26 +0200
committerOle Loots <ole@monochrom.net>2014-09-17 00:47:26 +0200
commit2c0407d7d4151e759597faee614a9a0f75a57585 (patch)
tree17fd330755e847669acb87e860964582695357e7 /atari/res/netsurf.rsh
parenta63715a319b6a9046202b7635179a144e5a8550c (diff)
downloadnetsurf-2c0407d7d4151e759597faee614a9a0f75a57585.tar.gz
netsurf-2c0407d7d4151e759597faee614a9a0f75a57585.tar.bz2
Moved Save/Abort buttons into a toolbar
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 */