Ignore:
Timestamp:
2003-12-19T14:54:25+13:00 (20 years ago)
Author:
jmt12
Message:

Rewrote GImportProgressMonitor to use the new GLI argument based messages from the import script - which are separate from multilingual issues. This required several changes to GShell, GShellEvents, and everything that makes use of them

File:
1 edited

Legend:

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

    r6200 r6325  
    8888            args[0] = document_directories[i].getName();
    8989            args[1] = String.valueOf(count);
    90             shell.fireMessage(GShell.IMPORT, shell.typeAsString(GShell.IMPORT) + "> " + Dictionary.get("GShell.Extracted", args), GShell.OK);
     90            shell.fireMessage(GShell.IMPORT, shell.typeAsString(GShell.IMPORT) + "> " + Dictionary.get("GShell.Extracted", args), GShell.OK, null);
    9191            args = null;
    9292            progress.increment();
Note: See TracChangeset for help on using the changeset viewer.