Changeset 4201
- Timestamp:
- 04/28/09 08:56:01 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck/Dialog.pm
r4200 r4201 37 37 38 38 # create object 39 my $self = $class->SUPER::new( 39 my $config = $params{plugin}->config; 40 my $self = $class->SUPER::new( 40 41 Padre::Current->main, 41 42 -1, 42 Wx::gettext('Spelling'),43 sprintf( Wx::gettext('Spelling (%s)'), $config->{dictionary} ), 43 44 Wx::wxDefaultPosition, 44 45 Wx::wxDefaultSize,
Note: See TracChangeset
for help on using the changeset viewer.
