Changeset 830
- Timestamp:
- 11/09/08 01:03:51 (3 years ago)
- File:
-
- 1 edited
-
trunk/lib/Padre/Wx/MainWindow.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Padre/Wx/MainWindow.pm
r817 r830 1538 1538 my ( $self, $type ) = @_; 1539 1539 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'; 1546 1541 1547 1542 require Padre::Wx::History::TextDialog;
Note: See TracChangeset
for help on using the changeset viewer.
