Changeset 2299 for trunk/gsdl/bin


Ignore:
Timestamp:
2001-04-10T12:14:24+12:00 (23 years ago)
Author:
sjboddie
Message:

Removed a bunch of _width_ macros from language macro files as they're
no longer used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/translate.pl

    r2236 r2299  
    211211
    212212    # get width of new images and edit width macro
    213     my $fullfilename = &util::filename_cat ($image_dir, "${image_name}on.gif");
    214     &process_width_macro ($fullfilename, $image_name, \$image_macros);
     213    # my $fullfilename = &util::filename_cat ($image_dir, "${image_name}on.gif");
     214    # &process_width_macro ($fullfilename, $image_name, \$image_macros);
    215215
    216216    } elsif ($image_type eq "nav_bar_button") {
     
    250250
    251251    # get width of new images and edit width macro
    252     my $fullfilename = &util::filename_cat ($image_dir, "${image_name}on.gif");
    253     &process_width_macro ($fullfilename, $image_name, \$image_macros);
     252    # my $fullfilename = &util::filename_cat ($image_dir, "${image_name}on.gif");
     253    # &process_width_macro ($fullfilename, $image_name, \$image_macros);
    254254
    255255    } elsif ($image_type eq "green_bar_left_aligned") {
Note: See TracChangeset for help on using the changeset viewer.