summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-06-03 17:07:12 +0000
committerOle Loots <ole@monochrom.net>2012-06-03 17:07:12 +0000
commit746c44778da3251160975080081d8bee8017571b (patch)
tree5bbf6628a5f29134779077f51d2ba79300dd4b8a /atari/res/netsurf.rsh
parent95bf664c884f544a6a82026bf66b3b846f4c6710 (diff)
downloadnetsurf-746c44778da3251160975080081d8bee8017571b.tar.gz
netsurf-746c44778da3251160975080081d8bee8017571b.tar.bz2
Fix order of embedded toolbar resource icons.
svn path=/trunk/netsurf/; revision=13936
Diffstat (limited to 'atari/res/netsurf.rsh')
-rwxr-xr-xatari/res/netsurf.rsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh
index 14008ce07..2452f3ce4 100755
--- a/atari/res/netsurf.rsh
+++ b/atari/res/netsurf.rsh
@@ -44,8 +44,8 @@
#define TOOLBAR_BT_BACK 2 /* CICON in tree TOOLBAR */
#define TOOLBAR_BT_HOME 3 /* CICON in tree TOOLBAR */
#define TOOLBAR_BT_FORWARD 4 /* CICON in tree TOOLBAR */
-#define TOOLBAR_BT_RELOAD 5 /* CICON in tree TOOLBAR */
-#define TOOLBAR_BT_STOP 6 /* CICON in tree TOOLBAR */
+#define TOOLBAR_BT_STOP 5 /* CICON in tree TOOLBAR */
+#define TOOLBAR_BT_RELOAD 6 /* CICON in tree TOOLBAR */
#define ICONIFY 2 /* form/dial */
#define ICONIFY_GLOBE 1 /* CICON in tree ICONIFY */