• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 5551

Show
Ignore:
Timestamp:
07/29/08 16:51:10 (4 months ago)
Author:
will
Message:

Fixed the Copy and Paste menus. Ticket #632.

Files:
1 modified

  • branches/ProtocolEditor/src/ui/XMLView.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/ProtocolEditor/src/ui/XMLView.java

    r5516 r5551  
    535535                        protocolMenu.add(copyFieldsMenuItem); 
    536536                        JMenuItem pasteFieldsMenuItem = new JMenuItem(controller.getAction(Controller.PASTE_FIELD)); 
    537                         setMenuItemAccelerator(copyFieldsMenuItem, KeyEvent.VK_V); 
     537                        setMenuItemAccelerator(pasteFieldsMenuItem, KeyEvent.VK_V); 
    538538                        protocolMenu.add(pasteFieldsMenuItem); 
    539539                        menuBar.add(protocolMenu); 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/