Ignore:
Timestamp:
2010-05-15T18:59:10+02:00 (16 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.