summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-02-13 16:09:12 +0000
committerJames Bursa <james@netsurf-browser.org>2004-02-13 16:09:12 +0000
commit1319ff78c89fd0c34feea187ca3d67058875fbe6 (patch)
treeb3a1bb74c14305e38991db53e9119c72084daa87 /riscos/gui.h
parentadd94ad0381bae4889dcd46620b8bfe4e4f443ce (diff)
downloadnetsurf-1319ff78c89fd0c34feea187ca3d67058875fbe6.tar.gz
netsurf-1319ff78c89fd0c34feea187ca3d67058875fbe6.tar.bz2
[project @ 2004-02-13 16:09:12 by bursa]
Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index dab34561d..96c1e9fc0 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -3,7 +3,7 @@
* Licensed under the GNU General Public License,
* http://www.opensource.org/licenses/gpl-license
* Copyright 2003 Phil Mellor <monkeyson@users.sourceforge.net>
- * Copyright 2003 James Bursa <bursa@users.sourceforge.net>
+ * Copyright 2004 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_GUI_H_
@@ -184,12 +184,9 @@ void ro_gui_history_click(wimp_pointer *pointer);
#define ICON_CONFIG_BR_OK 0
#define ICON_CONFIG_BR_CANCEL 1
#define ICON_CONFIG_BR_EXPLAIN 2
-#define ICON_CONFIG_BR_DEFAULT 3
-#define ICON_CONFIG_BR_FORM 4
-#define ICON_CONFIG_BR_GESTURES 5
-#define ICON_CONFIG_BR_TEXT 6
-#define ICON_CONFIG_BR_TOOLBAR 7
-#define ICON_CONFIG_BR_PREVIEW 8
+#define ICON_CONFIG_BR_GESTURES 3
+#define ICON_CONFIG_BR_TEXT 4
+#define ICON_CONFIG_BR_TOOLBAR 5
#define ICON_CONFIG_PROX_OK 0
#define ICON_CONFIG_PROX_CANCEL 1