Changeset 11045


Ignore:
Timestamp:
03/10/10 07:58:32 (2 years ago)
Author:
jagd
Message:

'01[:alnum:])' changed to '01[:alnum:]'

File:
1 edited

Legend:

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

    r10997 r11045  
    8282            value => { 
    8383                '00[:alpha:]'  => Wx::gettext('Alphabetic characters'), 
    84                 '01[:alnum:])' => Wx::gettext('Alphanumeric characters'), 
     84                '01[:alnum:]' => Wx::gettext('Alphanumeric characters'), 
    8585                '02[:ascii:]'  => Wx::gettext('7-bit US-ASCII character'), 
    8686                '03[:blank:]'  => Wx::gettext('Space and tab'), 
Note: See TracChangeset for help on using the changeset viewer.