Changeset 830


Ignore:
Timestamp:
11/09/08 01:03:51 (3 years ago)
Author:
szabgab
Message:

some code cleanup

File:
1 edited

Legend:

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

    r817 r830  
    15381538    my ( $self, $type ) = @_; 
    15391539 
    1540     my ( $title, $conte ); 
    1541     if ( $type eq 'Space_to_Tab' ) { 
    1542         $title = 'Space to Tab'; 
    1543     } else { 
    1544         $title = 'Tab to Space'; 
    1545     } 
     1540    my $title = $type eq 'Space_to_Tab' ? 'Space to Tab' : 'Tab to Space'; 
    15461541     
    15471542    require Padre::Wx::History::TextDialog; 
Note: See TracChangeset for help on using the changeset viewer.