Changeset 867


Ignore:
Timestamp:
11/10/08 10:34:11 (3 years ago)
Author:
szabgab
Message:

change the name of the menu option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Padre/Wx/Menu.pm

    r860 r867  
    103103    ); 
    104104    Wx::Event::EVT_MENU( $win, 
    105         $menu->{file_convert}->Append(-1, gettext("EOL to Mac")), 
     105        $menu->{file_convert}->Append(-1, gettext("EOL to Mac Classic")), 
    106106        sub { $_[0]->convert_to("MAC") }, 
    107107    ); 
Note: See TracChangeset for help on using the changeset viewer.