Changeset 23070 in osm for applications
- Timestamp:
- 2010-09-07T23:31:37+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/irsrectify/src/irsrectify/IRSRectifyPlugin.java
r23068 r23070 54 54 int dy = wms.getImageY(0); 55 55 if( dx == 0 && dy == 0 ) { 56 JOptionPane.showMessageDialog(Main.parent, tr("This option creates IRS adjustment layer and a little way inside it. You need to adjust WMS layer placement first.\nResulting layer is to be saved as .osm and sent to Komzpa ( find him at #osm-ru on irc.oftc.net)."));56 JOptionPane.showMessageDialog(Main.parent, tr("This option creates IRS adjustment layer and a little way inside it. You need to adjust WMS layer placement first.\nResulting layer is to be saved as .osm and sent to Komzpa (me@komzpa.net) with [irs rectify] in subject.")); 57 57 return; 58 58 }
Note:
See TracChangeset
for help on using the changeset viewer.