Changeset 9097


Ignore:
Timestamp:
2005-02-18T13:52:01+13:00 (19 years ago)
Author:
mdewsnip
Message:

Added title to progress popup.

File:
1 edited

Legend:

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

    r9095 r9097  
    731731    public void loadCollection(String collection_file_path)
    732732    {
    733     ModalProgressPopup load_collection_progress_popup = new ModalProgressPopup(Dictionary.get("CollectionManager.Loading_Collection"));
     733    ModalProgressPopup load_collection_progress_popup = new ModalProgressPopup(Dictionary.get("CollectionManager.Loading_Collection"), Dictionary.get("CollectionManager.Loading_Collection_Please_Wait"));
    734734    LoadCollectionTask load_collection_task = new LoadCollectionTask(collection_file_path, load_collection_progress_popup);
    735735    load_collection_task.start();
Note: See TracChangeset for help on using the changeset viewer.