Ignore:
Timestamp:
2005-07-28T15:50:17+12:00 (19 years ago)
Author:
mdewsnip
Message:

Tidied up a lot of path variables. These were all over the place, and were often duplicated. Now all GLI related paths are accessed via static methods in the Gatherer class.

File:
1 edited

Legend:

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

    r9354 r10342  
    290290     */
    291291    public void actionPerformed(ActionEvent event) {
    292         JFileChooser chooser = new JFileChooser(new File(Utility.BASE_DIR));
     292        JFileChooser chooser = new JFileChooser(new File(Gatherer.getGLIUserDirectoryPath()));
    293293        OpenCollectionDialog.disableRename(chooser);
    294294        chooser.setDialogTitle(Dictionary.get("FileAssociationDialog.Browse_Title"));
Note: See TracChangeset for help on using the changeset viewer.