Changeset 13899 for trunk/gli


Ignore:
Timestamp:
2007-02-13T09:34:57+13:00 (17 years ago)
Author:
shaoqun
Message:

disable the exporting in gs3

File:
1 edited

Legend:

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

    r12119 r13899  
    109109    file_exportas = new JMenuItem(Dictionary.get("Menu.File_ExportAs"));
    110110    file_exportas.addActionListener(Gatherer.g_man);
    111     file_exportas.setEnabled(!Gatherer.isGsdlRemote);
    112    
     111    file_exportas.setEnabled((!Gatherer.isGsdlRemote && !Gatherer.GS3));
     112       
    113113    file_new = new JMenuItem(Dictionary.get("Menu.File_New"));
    114114    file_new.addActionListener(Gatherer.g_man);
Note: See TracChangeset for help on using the changeset viewer.