Ignore:
Timestamp:
2006-12-01T14:14:19+13:00 (17 years ago)
Author:
kjdon
Message:

new warningdialog now takes a string for the title rather than a dictionary key

File:
1 edited

Legend:

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

    r12423 r13398  
    8888           
    8989            if (buildCanceled){
    90             WarningDialog dialog = new WarningDialog("warning.ShowPreviousCollection", "ShowPreviousCollection.Title", Dictionary.get("ShowPreviousCollection.Message"), null, false);
     90            WarningDialog dialog = new WarningDialog("warning.ShowPreviousCollection", Dictionary.get("ShowPreviousCollection.Title"), Dictionary.get("ShowPreviousCollection.Message"), null, false);
    9191            dialog.display();
    9292                        dialog.dispose();
Note: See TracChangeset for help on using the changeset viewer.