Ticket #1272: diff.patch
| File diff.patch, 843 bytes (added by tome, 22 months ago) |
|---|
-
lib/Padre/Wx/Main.pm
4621 4621 $self, Wx::gettext('Save file as...'), 4622 4622 $self->{cwd}, 4623 4623 $filename, 4624 Wx::gettext('All Files') . ( Padre::Constant::WIN32 ? '|*.* |' : '|*|' ),4624 Wx::gettext('All Files') . ( Padre::Constant::WIN32 ? '|*.*' : '|*' ), 4625 4625 Wx::wxFD_SAVE, 4626 4626 ); 4627 4627 if ( $dialog->ShowModal == Wx::wxID_CANCEL ) { … … 5918 5918 my $dialog = Wx::FileDialog->new( 5919 5919 $self, Wx::gettext('Open file'), 5920 5920 $self->cwd, '', 5921 Wx::gettext('All Files') . ( Padre::Constant::WIN32 ? '|*.* |' : '|*|' ),5921 Wx::gettext('All Files') . ( Padre::Constant::WIN32 ? '|*.*' : '|*' ), 5922 5922 Wx::wxFD_OPEN, 5923 5923 ); 5924 5924 if ( $dialog->ShowModal == Wx::wxID_CANCEL ) {
