From: Vincent van Ravesteijn Date: Sun, 24 Mar 2013 19:26:40 +0000 (+0100) Subject: Add a toolbar button for continuous spellchecking X-Git-Tag: 2.1.0beta1~483 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=270ba8009793ea7844c8f1b7ccd826cc45a58d0f;p=features.git Add a toolbar button for continuous spellchecking This fixes the second part of #8589. --- diff --git a/lib/images/spelling-continuously.png b/lib/images/spelling-continuously.png new file mode 100644 index 0000000000..90f8b408e2 Binary files /dev/null and b/lib/images/spelling-continuously.png differ diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc index c7172aa8bf..ad4fa7480e 100644 --- a/lib/ui/stdtoolbars.inc +++ b/lib/ui/stdtoolbars.inc @@ -74,6 +74,7 @@ ToolbarSet Item "Print document" "dialog-show print" Separator Item "Check spelling" "dialog-show spellchecker" + Item "Spellcheck continuously" "spelling-continuously" Separator Item "Undo" "undo" Item "Redo" "redo"