Changeset 567 in josm for trunk/src/org/openstreetmap/josm/gui/layer/GpxLayer.java
- Timestamp:
- 2008-02-26T18:42:03+01:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/GpxLayer.java
r561 r567 121 121 122 122 JMenuItem color = new JMenuItem(tr("Customize Color"), ImageProvider.get("colorchooser")); 123 color.putClientProperty("help", "Action/LayerCustomizeColor"); 123 124 color.addActionListener(new ActionListener() { 124 125 public void actionPerformed(ActionEvent e) { … … 142 143 143 144 JMenuItem markersFromNamedTrackpoints = new JMenuItem(tr("Markers From Named Points"), ImageProvider.get("addmarkers")); 145 markersFromNamedTrackpoints.putClientProperty("help", "Action/MarkersFromNamedPoints"); 144 146 markersFromNamedTrackpoints.addActionListener(new ActionListener() { 145 147 public void actionPerformed(ActionEvent e) { … … 159 161 160 162 JMenuItem applyAudio = new JMenuItem(tr("Make Sampled Audio Layer"), ImageProvider.get("applyaudio")); 163 applyAudio.putClientProperty("help", "Action/MakeSampledAudioLayer"); 161 164 applyAudio.addActionListener(new ActionListener() { 162 165 public void actionPerformed(ActionEvent e) { … … 185 188 186 189 JMenuItem tagimage = new JMenuItem(tr("Import images"), ImageProvider.get("tagimages")); 190 tagimage.putClientProperty("help", "Action/ImportImages"); 187 191 tagimage.addActionListener(new ActionListener() { 188 192 public void actionPerformed(ActionEvent e) {
Note:
See TracChangeset
for help on using the changeset viewer.
