Changeset 30479 in osm for applications/editors/josm
- Timestamp:
- 2014-05-29T12:58:57+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoPlugin.java
r29784 r30479 148 148 149 149 //now the options menu 150 VCenterIcon = new JCheckBoxMenuItem(new JosmAction(tr("Keep centered"), (String)null, tr("follows the video icon automatic ly"),null, false,"vm_keepcentered",false) {150 VCenterIcon = new JCheckBoxMenuItem(new JosmAction(tr("Keep centered"), (String)null, tr("follows the video icon automatically"),null, false,"vm_keepcentered",false) { 151 151 @Override public void actionPerformed(ActionEvent e) { 152 152 if (videoPositionLayer != null) {
Note:
See TracChangeset
for help on using the changeset viewer.