summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-04-14 22:03:24 +0100
committerVincent Sanders <vince@kyllikki.org>2020-04-14 22:03:24 +0100
commit529b94be73a1ba080a72f620c8d1165da02bc66b (patch)
tree4ed61be0fd92599d015d58a28ade05fb4eb3e6e9 /frontends
parent84f0c760e6cadb2ccf3c7f5abd91990ab8b5c62f (diff)
downloadnetsurf-529b94be73a1ba080a72f620c8d1165da02bc66b.tar.gz
netsurf-529b94be73a1ba080a72f620c8d1165da02bc66b.tar.bz2
fixup riscos image configuration dialog gadget id
when minimum GIF delay was removed in 38c632a7da14c2b0e46b0b81724200578482f4c9 the remaining gadget identifier numbers were not updated. Fixes #2745
Diffstat (limited to 'frontends')
-rw-r--r--frontends/riscos/configure/con_image.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/riscos/configure/con_image.c b/frontends/riscos/configure/con_image.c
index 3f12f89de..23c663aff 100644
--- a/frontends/riscos/configure/con_image.c
+++ b/frontends/riscos/configure/con_image.c
@@ -38,10 +38,10 @@
#define IMAGE_BACKGROUND_FIELD 6
#define IMAGE_BACKGROUND_MENU 7
#define IMAGE_CURRENT_DISPLAY 8
-#define IMAGE_DISABLE_ANIMATION 16
-#define IMAGE_DEFAULT_BUTTON 17
-#define IMAGE_CANCEL_BUTTON 18
-#define IMAGE_OK_BUTTON 19
+#define IMAGE_DISABLE_ANIMATION 11
+#define IMAGE_DEFAULT_BUTTON 12
+#define IMAGE_CANCEL_BUTTON 13
+#define IMAGE_OK_BUTTON 14
static bool ro_gui_options_image_click(wimp_pointer *pointer);
static bool ro_gui_options_image_ok(wimp_w w);