mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
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:
parent
84f0c760e6
commit
529b94be73
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user