Changeset 1140


Ignore:
Timestamp:
2000-05-03T12:16:14+12:00 (24 years ago)
Author:
sjboddie
Message:

allow '\n' to be passed on command line

File:
1 edited

Legend:

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

    r1139 r1140  
    136136    chomp $image_dir;
    137137    }
     138
     139    # replace any '\n' occurring in text with carriage return
     140    $text =~ s/\\n/\n/gi;
    138141   
    139142    if ($cfg_file =~ /\w/) {
Note: See TracChangeset for help on using the changeset viewer.