summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/imageviewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer/imageviewer.c')
-rw-r--r--apps/plugins/imageviewer/imageviewer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/imageviewer/imageviewer.c b/apps/plugins/imageviewer/imageviewer.c
index a8ef3efc97..91c0950035 100644
--- a/apps/plugins/imageviewer/imageviewer.c
+++ b/apps/plugins/imageviewer/imageviewer.c
@@ -236,9 +236,9 @@ static bool set_option_dithering(void)
236} 236}
237 237
238MENUITEM_FUNCTION(grayscale_item, 0, ID2P(LANG_GRAYSCALE), 238MENUITEM_FUNCTION(grayscale_item, 0, ID2P(LANG_GRAYSCALE),
239 set_option_grayscale, NULL, NULL, Icon_NOICON); 239 set_option_grayscale, NULL, Icon_NOICON);
240MENUITEM_FUNCTION(dithering_item, 0, ID2P(LANG_DITHERING), 240MENUITEM_FUNCTION(dithering_item, 0, ID2P(LANG_DITHERING),
241 set_option_dithering, NULL, NULL, Icon_NOICON); 241 set_option_dithering, NULL, Icon_NOICON);
242MAKE_MENU(display_menu, "Display Options", NULL, Icon_NOICON, 242MAKE_MENU(display_menu, "Display Options", NULL, Icon_NOICON,
243 &grayscale_item, &dithering_item); 243 &grayscale_item, &dithering_item);
244 244