Ignore:
Timestamp:
2003-10-03T14:07:35+12:00 (21 years ago)
Author:
mdewsnip
Message:

Many more small improvements and tooltips added. Still more to come!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/Dictionary.java

    r5536 r5564  
    235235
    236236
     237    static public String newget(String key, String arg)
     238    {
     239    String[] args = new String[1];
     240    args[0] = arg;
     241    return self.get(key, args);
     242    }
     243
     244
    237245    static public String newget(String key, String[] args)
    238246    {
Note: See TracChangeset for help on using the changeset viewer.