Changeset 8589
- Timestamp:
- 10/03/09 11:59:49 (2 years ago)
- Location:
- trunk/Padre/lib/Padre
- Files:
-
- 2 edited
-
Document/Perl.pm (modified) (1 diff)
-
Wx/Main.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Document/Perl.pm
r8585 r8589 243 243 if ( Padre->ide->config->editor_beginner ) { 244 244 require Padre::Document::Perl::Beginner; 245 my $b = Padre::Document::Perl::Beginner->new( 246 document => $self 247 ); 245 my $b = Padre::Document::Perl::Beginner->new( document => $self ); 248 246 if ( $b->check( $self->text_get ) ) { 249 247 return 1; -
trunk/Padre/lib/Padre/Wx/Main.pm
r8586 r8589 1796 1796 $self->run_command($cmd); 1797 1797 } else { 1798 my $styles = Wx::wxCENTRE | Wx::wxICON_HAND|Wx::wxYES_NO ; 1799 my $ret = Wx::MessageBox( 1800 $document->errstr."\n". 1801 Wx::gettext('Do you want to continue?'), 1798 my $styles = Wx::wxCENTRE | Wx::wxICON_HAND | Wx::wxYES_NO; 1799 my $ret = Wx::MessageBox( 1800 $document->errstr . "\n" . Wx::gettext('Do you want to continue?'), 1802 1801 Wx::gettext("Warning"), 1803 1802 $styles, … … 1807 1806 $self->run_command($cmd); 1808 1807 } 1809 }1808 } 1810 1809 } 1811 1810 return;
Note: See TracChangeset
for help on using the changeset viewer.
