mirror of https://github.com/GNOME/gimp.git
see plug-ins/perl/Changes
This commit is contained in:
parent
d90dc2d007
commit
02655f1098
|
@ -121,6 +121,7 @@ examples/layerfuncs
|
|||
examples/bricks
|
||||
examples/dataurl
|
||||
examples/colorhtml
|
||||
examples/gap-vcr
|
||||
pxgettext
|
||||
po/ChangeLog
|
||||
po/gimp-perl.pot
|
||||
|
|
|
@ -35,7 +35,7 @@ if ($ARGV[0] ne "--writemakefile") {
|
|||
repdup centerguide stampify goldenmean triangle mirrorsplit
|
||||
layerfuncs randomart1 glowing_steel frame_reshuffle frame_filter
|
||||
logulator miff gimpmagick guide_remove guides_to_selection burst
|
||||
fire povray avi layerfuncs bricks dataurl colorhtml
|
||||
fire povray avi layerfuncs bricks dataurl colorhtml gap-vcr
|
||||
);
|
||||
@pdl_pins =
|
||||
qw(
|
||||
|
|
|
@ -23,7 +23,7 @@ sub create_main {
|
|||
$w->add ($h);
|
||||
|
||||
$h->add(Gtk::Object::new Gtk::Button
|
||||
label => '<<',
|
||||
label => '|<<',
|
||||
signal::clicked => sub {
|
||||
drawable->gap_first;
|
||||
});
|
||||
|
@ -38,7 +38,7 @@ sub create_main {
|
|||
drawable->gap_next;
|
||||
});
|
||||
$h->add(Gtk::Object::new Gtk::Button
|
||||
label => '>>',
|
||||
label => '>>|',
|
||||
signal::clicked => sub {
|
||||
drawable->gap_last;
|
||||
});
|
||||
|
|
|
@ -139,8 +139,6 @@ sub create_main {
|
|||
my $b;
|
||||
my $t;
|
||||
|
||||
parse Gtk::Rc Gimp->gtkrc;
|
||||
|
||||
$t = new Gtk::Tooltips;
|
||||
my $w = new Gtk::Dialog;
|
||||
|
||||
|
|
Loading…
Reference in New Issue