Changeset 5498


Ignore:
Timestamp:
2003-09-12T11:51:45+12:00 (21 years ago)
Author:
mdewsnip
Message:

Fixed up some parameter names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/gimp/flash_button-1.2.pl

    r4228 r5498  
    136136             'fontwidth/.*/*', \$fontwidth,
    137137             'fontspacing/.*/*', \$fontspacing,
    138              'fontsregistry/.*/*', \$fontregistry,
    139              'fontsencoding/.*/*', \$fontencoding)) {
     138             'fontregistry/.*/*', \$fontregistry,
     139             'fontencoding/.*/*', \$fontencoding)) {
    140140    &print_usage();
    141141    die "flash_button.pl: incorrect options\n";
     
    221221
    222222    my $y_offset = ($height-$textheight)-int($fontsize/5);
    223 
    224223    my $halfdescenders = "";
    225224
Note: See TracChangeset for help on using the changeset viewer.