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