Changeset 4197
- Timestamp:
- 04/28/09 08:43:50 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck/Engine.pm
r4196 r4197 35 35 my $config = $plugin->config; 36 36 # TODO: configurable later 37 $speller->set_option('sug-mode', ' fast');37 $speller->set_option('sug-mode', 'normal'); 38 38 $speller->set_option('lang', $config->{dictionary}); 39 39 $self->_speller( $speller );
Note: See TracChangeset
for help on using the changeset viewer.
