Changeset 10580
- Timestamp:
- 02/07/10 04:27:38 (7 months ago)
- Files:
-
- 1 modified
-
trunk/Padre/lib/Padre/Wx/Dialog/PluginManager.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Dialog/PluginManager.pm
r10436 r10580 350 350 my $message = $self->{plugin}->errstr; 351 351 my $title = Wx::gettext('Error'); 352 353 # @INC gets printed out between () remove that for now 354 $message =~ s/\(\@INC.*\)//; 355 352 356 Wx::MessageBox( $message, $title, Wx::wxOK | Wx::wxCENTER, $self ); 353 357 }
