Changeset 13032 for trunk/gli


Ignore:
Timestamp:
2006-10-06T10:15:01+13:00 (18 years ago)
Author:
kjdon
Message:

made the LogDialog title come form the dictionary

File:
1 edited

Legend:

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

    r12529 r13032  
    398398   
    399399    public LogDialog(AppendLineOnlyFileDocument document) {
    400         super(Gatherer.g_man, "Mirroring.DownloadJob.Download_Log_Dialog_Title");
     400        super(Gatherer.g_man, Dictionary.get("Mirroring.DownloadJob.Log_Title"));
    401401        setSize(DIALOG_SIZE);
    402402        JPanel content_pane = (JPanel) getContentPane();
Note: See TracChangeset for help on using the changeset viewer.