Changeset 31026 in osm for applications/editors
- Timestamp:
- 2015-02-19T00:40:06+01:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/TagBufferAction.java
r31023 r31026 25 25 super(TITLE, "dumbutils/tagbuffer", tr("Pastes tags of previously selected object(s)"), 26 26 Shortcut.registerShortcut("tools:tagbuffer", tr("Tool: {0}", tr("Copy tags from previous selection")), KeyEvent.VK_R, Shortcut.SHIFT) 27 , true, false); 27 , true, false); 28 // The fields are not initialized while the super constructor is running, so we have to call this afterwards: 28 29 installAdapters(); 29 30 } -
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/TagSourceAction.java
r31023 r31026 27 27 , true, false); 28 28 source = Main.pref.get("sourcetag.value"); 29 // The fields are not initialized while the super constructor is running, so we have to call this afterwards: 29 30 installAdapters(); 30 31 }
Note:
See TracChangeset
for help on using the changeset viewer.