Changeset 20952 for gli


Ignore:
Timestamp:
2009-11-17T13:27:01+13:00 (14 years ago)
Author:
ak19
Message:

Changed error message icon to information message when server dialog is already running but Enter Library has not yet been pressed.

File:
1 edited

Legend:

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

    r19863 r20952  
    103103                          Dictionary.get("General.LLS_Not_Started"),
    104104                          Dictionary.get("General.LLS_Not_Started_Title"),
    105                           JOptionPane.ERROR_MESSAGE);
     105                          JOptionPane.INFORMATION_MESSAGE);
    106106        preview_address = null;
    107107        return;   
Note: See TracChangeset for help on using the changeset viewer.