Changeset 5728 for trunk


Ignore:
Timestamp:
2003-10-23T11:32:52+13:00 (21 years ago)
Author:
mdewsnip
Message:

Option defaults can now contain dictionary strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/printusage.pm

    r5682 r5728  
    171171        print STDERR " " x $optiondescoffset;
    172172        print STDERR &gsprintf::lookup_string($language, "{PrintUsage.default}");
    173         print STDERR ": " . $optiondefault . "\n";
     173        print STDERR ": " . &gsprintf::lookup_string($language, $optiondefault) . "\n";
    174174    }
    175175
Note: See TracChangeset for help on using the changeset viewer.