Changeset 4201


Ignore:
Timestamp:
04/28/09 08:56:01 (3 years ago)
Author:
jquelin
Message:

showing current dictionary in window title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck/Dialog.pm

    r4200 r4201  
    3737 
    3838    # create object 
    39     my $self = $class->SUPER::new( 
     39    my $config = $params{plugin}->config; 
     40    my $self   = $class->SUPER::new( 
    4041        Padre::Current->main, 
    4142        -1, 
    42         Wx::gettext('Spelling'), 
     43        sprintf( Wx::gettext('Spelling (%s)'), $config->{dictionary} ), 
    4344        Wx::wxDefaultPosition, 
    4445        Wx::wxDefaultSize, 
Note: See TracChangeset for help on using the changeset viewer.