Changeset 11043
- Timestamp:
- 03/10/10 07:47:23 (2 years ago)
- Location:
- trunk/Padre/lib/Padre
- Files:
-
- 3 edited
-
Search.pm (modified) (1 diff)
-
Wx/Dialog/Find.pm (modified) (1 diff)
-
Wx/Dialog/Replace.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Search.pm
r10997 r11043 191 191 return $self->editor_count_all(@_); 192 192 } 193 die("Missing or invalid c content object to search in");193 die("Missing or invalid content object to search in"); 194 194 } 195 195 -
trunk/Padre/lib/Padre/Wx/Dialog/Find.pm
r10997 r11043 328 328 $self->Hide; 329 329 } elsif ( not $Result ) { 330 $main-> error(330 $main->info( 331 331 Wx::gettext('No matches found'), 332 332 Wx::gettext('Search') -
trunk/Padre/lib/Padre/Wx/Dialog/Replace.pm
r10997 r11043 572 572 my $changes = $main->replace_all($search); 573 573 if ($changes) { 574 $main-> message(574 $main->info( 575 575 sprintf( Wx::gettext('Replaced %d matches'), $changes ), 576 576 Wx::gettext('Search and Replace') 577 577 ); 578 578 } else { 579 $main-> message(579 $main->info( 580 580 Wx::gettext('No matches found'), 581 581 Wx::gettext('Search and Replace'),
Note: See TracChangeset
for help on using the changeset viewer.
