Ignore:
Timestamp:
02/20/10 01:33:33 (2 years ago)
Author:
azawawi
Message:

Removed accelerators from true/false radio buttons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Dialog/Advanced.pm

    r10850 r10851  
    123123 
    124124    # Boolean value radio button fields 
    125     $self->{true} = Wx::RadioButton->new( $self, -1, Wx::gettext('&True') ); 
    126     $self->{false} = Wx::RadioButton->new( $self, -1, Wx::gettext('&False') ); 
     125    $self->{true} = Wx::RadioButton->new( $self, -1, Wx::gettext('True') ); 
     126    $self->{false} = Wx::RadioButton->new( $self, -1, Wx::gettext('False') ); 
    127127    $self->{true}->Hide; 
    128128    $self->{false}->Hide; 
Note: See TracChangeset for help on using the changeset viewer.