Ignore:
Timestamp:
15.05.2010 18:59:10 (2 years ago)
Author:
jttt
Message:

Fix #2234: Translation can cause JosmActions to illegally handle shortcuts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r3232 r3252  
    5353    public MainApplication(JFrame mainFrame) { 
    5454        super(); 
    55         mainFrame.setContentPane(contentPane); 
     55        mainFrame.setContentPane(contentPanePrivate); 
    5656        mainFrame.setJMenuBar(menu); 
    5757        mainFrame.setBounds(bounds); 
Note: See TracChangeset for help on using the changeset viewer.