Changeset 9626


Ignore:
Timestamp:
12/12/09 04:10:51 (2 years ago)
Author:
Sewi
Message:

Perl tidy

File:
1 edited

Legend:

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

    r9624 r9626  
    51785178                                   # Ctrl-TAB  #TO DO it is already in the menu 
    51795179        if ( $code == Wx::WXK_TAB ) { 
     5180 
    51805181            # TODO: Catch up the right action for this shortcut 
    51815182            $self->on_next_pane; 
     
    51845185                                                              # Ctrl-Shift-TAB 
    51855186                                                              # TODO it is already in the menu 
    5186         # TODO: Catch up the right action for this shortcut 
     5187                                                              # TODO: Catch up the right action for this shortcut 
    51875188        $self->on_prev_pane if $code == Wx::WXK_TAB; 
    51885189    } elsif ( $mod == Wx::wxMOD_ALT() ) { 
Note: See TracChangeset for help on using the changeset viewer.