Changeset 34799 in osm for applications/editors/josm
- Timestamp:
- 2019-01-01T02:07:56+01:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/photoadjust
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/build.xml
r34786 r34799 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="14 590"/>7 <property name="plugin.main.version" value="14625"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java
r34786 r34799 184 184 this.image = image; 185 185 this.data = data; 186 imgOrig = image.clone();186 imgOrig = new ImageEntry(image); 187 187 setButtonIcons("ok", "cancel"); 188 188 final JPanel content = new JPanel(new GridBagLayout());
Note:
See TracChangeset
for help on using the changeset viewer.