Changeset 4194
- Timestamp:
- 04/28/09 08:35:19 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck/Preferences.pm
r4189 r4194 119 119 my ($self) = @_; 120 120 121 my $engine = Padre::Plugin::SpellCheck::Engine->new ;121 my $engine = Padre::Plugin::SpellCheck::Engine->new($self->_plugin); 122 122 my @choices = $engine->dictionaries; 123 123 my $default = $choices[0];
Note: See TracChangeset
for help on using the changeset viewer.
