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/MainApplet.java

    r3248 r3252  
    4747    private final class MainCaller extends Main { 
    4848        private MainCaller() { 
    49             setContentPane(contentPane); 
     49            setContentPane(contentPanePrivate); 
    5050            setJMenuBar(menu); 
    5151            setBounds(bounds); 
Note: See TracChangeset for help on using the changeset viewer.