summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/jpeg/jpeg.c2
-rw-r--r--manual/plugins/jpegviewer.tex5
2 files changed, 6 insertions, 1 deletions
diff --git a/apps/plugins/jpeg/jpeg.c b/apps/plugins/jpeg/jpeg.c
index 3415f666d4..5f9999ac3e 100644
--- a/apps/plugins/jpeg/jpeg.c
+++ b/apps/plugins/jpeg/jpeg.c
@@ -326,7 +326,7 @@ bool set_option_dithering(void)
326static void display_options(void) 326static void display_options(void)
327{ 327{
328 static const struct menu_item items[] = { 328 static const struct menu_item items[] = {
329 { "Grayscale", set_option_grayscale }, 329 { "Greyscale", set_option_grayscale },
330 { "Dithering", set_option_dithering }, 330 { "Dithering", set_option_dithering },
331 }; 331 };
332 332
diff --git a/manual/plugins/jpegviewer.tex b/manual/plugins/jpegviewer.tex
index 77539292b4..26b825ada1 100644
--- a/manual/plugins/jpegviewer.tex
+++ b/manual/plugins/jpegviewer.tex
@@ -82,6 +82,11 @@ The menu has the following entries.
82\item[Show Playback Menu.] From the playback menu you can control the 82\item[Show Playback Menu.] From the playback menu you can control the
83playback of the currently loaded playlist and change the volume of your \dap. 83playback of the currently loaded playlist and change the volume of your \dap.
84} 84}
85\opt{lcd_color}{
86\item[Display Options.] From this menu you can force the viewer to render the
87image in greyscale using the \setting{Greyscale} option or set the method of
88dithering used in the \setting{Dithering} submenu.
89}
85\item[Return.] Returns you to the image 90\item[Return.] Returns you to the image
86\end{description} 91\end{description}
87 92