Ignore:
Timestamp:
2009-04-23T16:19:36+12:00 (15 years ago)
Author:
ak19
Message:

Making replace shortcut option work for the remote case.

File:
1 edited

Legend:

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

    r19231 r19239  
    308308   
    309309        // Replace file
    310         // !! TO DO: Remote building
    311310        replace = new JMenuItem(Dictionary.get("CollectionPopupMenu.Replace"), KeyEvent.VK_P);
    312311        replace.addActionListener(this);
    313312        add(replace);
    314         if (Gatherer.isGsdlRemote) {
    315             replace.setEnabled(false);
    316         }       
    317313        // Open the file in an external program
    318314        open_externally = new JMenuItem(Dictionary.get("Menu.Open_Externally"), KeyEvent.VK_O);
Note: See TracChangeset for help on using the changeset viewer.