fixup riscos image configuration dialog gadget id

when minimum GIF delay was removed in
 38c632a7da the
 remaining gadget identifier numbers were not updated.

Fixes #2745
This commit is contained in:
Vincent Sanders 2020-04-14 22:03:24 +01:00
parent 84f0c760e6
commit 529b94be73
1 changed files with 4 additions and 4 deletions

View File

@ -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);