~ubuntu-branches/ubuntu/maverick/padre/maverick

« back to all changes in this revision

Viewing changes to lib/Padre/Wx/Dialog/Find.pm

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2010-06-05 00:13:45 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100605001345-1lrppvfwnqf67v9g
Tags: 0.63.ds1-1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
use Padre::Wx::History::ComboBox ();
27
27
use Padre::Wx::FindResult        ();
28
28
 
29
 
our $VERSION = '0.61';
 
29
our $VERSION = '0.63';
30
30
our @ISA     = qw{
31
31
        Padre::Wx::Role::MainChild
32
32
        Wx::Dialog