diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2019-08-21 15:15:48 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-08-21 15:15:48 +0000 |
| commit | 606e39f3b7a587989cc5acbbd4ad903f3be8cf8a (patch) | |
| tree | 7c3c4c159c17b7eea24596d60e719605e36c6313 /src/preferences-skeleton.h | |
| parent | Palettes: GNOME HIG (diff) | |
| download | inkscape-606e39f3b7a587989cc5acbbd4ad903f3be8cf8a.tar.gz inkscape-606e39f3b7a587989cc5acbbd4ad903f3be8cf8a.zip | |
Improve spellcheck dialog
- only use one language at a time for spell check
- allow quick language change in spellcheck dialog
- if no languages selected in preferences, list all installed
aspell dictionaries in dialog
- don't make "en" the default, use first available dictionary
- add preferences button
- auto-select first suggestion
- fix #362 crash if no dictionaries available
Diffstat (limited to 'src/preferences-skeleton.h')
| -rw-r--r-- | src/preferences-skeleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 569908868..12d1fd66b 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -204,7 +204,7 @@ R"=====( <group id="align"/> <group id="xml"/> <group id="find"/> - <group id="spellcheck" w="200" h="250" lang="en_US" ignorenumbers="1"/> + <group id="spellcheck" w="200" h="250" ignorenumbers="1"/> <group id="documentoptions" state="1"/> <group id="preferences" state="1"/> <group id="gradienteditor"/> |
