Changeset 4471


Ignore:
Timestamp:
2003-06-04T11:44:16+12:00 (21 years ago)
Author:
kjdon
Message:

fixed up the key events for some items in the metadata set menu

File:
1 edited

Legend:

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

    r4461 r4471  
    184184    metadata.setMnemonic(KeyEvent.VK_M);
    185185
    186     metadata_add = new JMenuItem(get("Metadata_Add"), KeyEvent.VK_A);
     186    metadata_add = new JMenuItem(get("Metadata_Add"), KeyEvent.VK_I);
    187187    metadata_add.addActionListener(Gatherer.g_man);
    188188
     
    193193    metadata_export.addActionListener(Gatherer.g_man);
    194194
    195     metadata_view = new JMenuItem(get("Metadata_View") + " " + get("FileActions.No_Selection"), KeyEvent.VK_V);
     195    metadata_view = new JMenuItem(get("Metadata_View") + " " + get("FileActions.No_Selection"), KeyEvent.VK_A);
    196196    metadata_view.addActionListener(Gatherer.g_man);           
    197197
Note: See TracChangeset for help on using the changeset viewer.