Ignore:
Timestamp:
2009-10-29T07:30:49+01:00 (14 years ago)
Author:
Gubaer
Message:

fixed #3802: Buttons dont't react to enter in download dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/HelpAction.java

    r2323 r2347  
    3535                    c = SwingUtilities.getDeepestComponentAt(c, mouse.x, mouse.y);
    3636                    topic = HelpUtil.getContextSpecificHelpTopic(c);
    37                     System.out.println("topic is:" + topic);
    3837                } else {
    3938                    topic = null;
     
    4241                Point mouse = Main.parent.getMousePosition();
    4342                topic = HelpUtil.getContextSpecificHelpTopic(SwingUtilities.getDeepestComponentAt(Main.parent, mouse.x, mouse.y));
    44                 System.out.println("topic is:" + topic);
    4543            }
    4644            if (topic == null) {
Note: See TracChangeset for help on using the changeset viewer.