mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
27.32.2009 632eb13ef9da7504c507c8b3b3ac2329a82aa41e
Fix for issue 4149 (Navigation key missing for File in control-panel)
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/MainMenuBar.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/MainMenuBar.java
@@ -143,7 +143,6 @@
    }
    JMenuItem menuItem = Utilities.createMenuItem(
        INFO_CTRL_PANEL_CONNECT_TO_SERVER_MENU.get());
    menu.setMnemonic(KeyEvent.VK_R);
    menuItem.addActionListener(new ActionListener()
    {
      public void actionPerformed(ActionEvent ev)