Changeset 22359 for main


Ignore:
Timestamp:
2010-07-06T15:44:10+12:00 (14 years ago)
Author:
kjdon
Message:

changed an error back to the actual error. Not sure that the new error was very useful?? (see change 14817)

File:
1 edited

Legend:

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

    r22358 r22359  
    14341434        String[] args = new String[2];
    14351435        args[0] = location;     
    1436         //args[1] = error.getMessage();
    1437         args[1] = "The Librarian Interface does not have permission to write to... Please check file permissions.";
     1436        args[1] = error.getMessage();
     1437        //args[1] = "The Librarian Interface does not have permission to write to... Please check file permissions.";
    14381438        JOptionPane.showMessageDialog(Gatherer.g_man, Dictionary.get("CollectionManager.Cannot_Open_With_Reason", args), Dictionary.get("General.Error"), JOptionPane.ERROR_MESSAGE);
    14391439        }
Note: See TracChangeset for help on using the changeset viewer.