Ignore:
Timestamp:
2003-10-07T15:35:23+13:00 (21 years ago)
Author:
mdewsnip
Message:

Changed calls to the Dictionary.

File:
1 edited

Legend:

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

    r5564 r5593  
    110110    // Create progress monitor box. It will display itself as necessary.
    111111    // WARNING: ProgressMonitors seem to be extremely dodgy, and are not recommended!
    112     // ProgressMonitor spd = new ProgressMonitor(Gatherer.g_man, Dictionary.newget("SaveProgressDialog.Title", collection.getName()), null, 0, 100);
     112    // ProgressMonitor spd = new ProgressMonitor(Gatherer.g_man, Dictionary.get("SaveProgressDialog.Title", collection.getName()), null, 0, 100);
    113113    // spd.setMillisToDecideToPopup(100);
    114114    // spd.setMillisToPopup(100);
Note: See TracChangeset for help on using the changeset viewer.