Changeset 2347 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2009-10-29T07:30:49+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/HelpAction.java
r2323 r2347 35 35 c = SwingUtilities.getDeepestComponentAt(c, mouse.x, mouse.y); 36 36 topic = HelpUtil.getContextSpecificHelpTopic(c); 37 System.out.println("topic is:" + topic);38 37 } else { 39 38 topic = null; … … 42 41 Point mouse = Main.parent.getMousePosition(); 43 42 topic = HelpUtil.getContextSpecificHelpTopic(SwingUtilities.getDeepestComponentAt(Main.parent, mouse.x, mouse.y)); 44 System.out.println("topic is:" + topic);45 43 } 46 44 if (topic == null) {
Note:
See TracChangeset
for help on using the changeset viewer.