~ubuntu-branches/ubuntu/saucy/padre/saucy-proposed

« back to all changes in this revision

Viewing changes to script/padre-client

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Dominique Dumont
  • Date: 2012-01-04 12:04:20 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20120104120420-i5oybqwf91m1d3il
Tags: 0.92.ds1-1
[ gregor herrmann ]
* Remove debian/source/local-options; abort-on-upstream-changes
  and unapply-patches are default in dpkg-source since 1.16.1.
* Swap order of alternative (build) dependencies after the perl
  5.14 transition.

[ Dominique Dumont ]
* Imported Upstream version 0.92.ds1
* removed fix-spelling patch (applied upstream)
* lintian-override: use wildcard to avoid listing a gazillion files
* updated size of some 'not-real-man-page' entries
* rules: remove dekstop cruft (replaced by a file provided in debian
  directory)
* control: removed Breaks statement. Add /me to uploaders. Updated
  dependencies
* rules: make sure that non-DFSG file (i.e. the cute butterfly, sigh)
  is not distributed

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
                        # Locate the splash image without resorting to the use
101
101
                        # of any Padre::Util functions whatsoever.
102
102
                        my $splash = File::Spec->catfile(
103
 
                                $share, 'padre-splash-ccnc.bmp'
 
103
                                $share, 'padre-splash-ccnc.png'
104
104
                        );
105
105
 
106
106
                        # Use CCNC-licensed version if it exists and fallback
109
109
                        # any custom patches to the code, just delete the file.
110
110
                        unless ( -f $splash ) {
111
111
                                $splash = File::Spec->catfile(
112
 
                                        $share, 'padre-splash.bmp',
 
112
                                        $share, 'padre-splash.png',
113
113
                                );
114
114
                        }
115
115
 
185
185
                Wx::MessageBox(
186
186
                        $msg,
187
187
                        Wx::gettext("Version"),
188
 
                        Wx::wxOK(),
 
188
                        Wx::OK(),
189
189
                );
190
190
        } else {
191
191
                print $msg;