Ignore:
Timestamp:
2016-08-15T16:05:53+12:00 (8 years ago)
Author:
ak19
Message:

Merely tidying up.

File:
1 edited

Legend:

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

    r30701 r30705  
    260260    else if(esrc == menu_bar.edit_config) {   
    261261        if(Gatherer.c_man.getCollection() != null) {
    262         //JOptionPane.showMessageDialog(this, "Not yet implemented", "Edit config", JOptionPane.INFORMATION_MESSAGE);
     262
    263263        ConfigFileEditor configEditor = new ConfigFileEditor();
    264264        configEditor.setVisible(true);
    265265        configEditor.setSize(900,700);
    266        
    267266        }     
    268267    }
Note: See TracChangeset for help on using the changeset viewer.