Changeset 23064 in osm for applications/editors/josm/plugins/irsrectify
- Timestamp:
- 2010-09-07T23:12:44+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/irsrectify
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/irsrectify/build.xml
r23063 r23064 120 120 <target name="revision"> 121 121 122 <exec append="false" output=" EVISION" executable="svn" failifexecutionfails="false">122 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 123 123 <env key="LANG" value="C"/> 124 124 <arg value="info"/> … … 127 127 </exec> 128 128 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 129 < !--delete file="REVISION"/-->129 <delete file="REVISION"/> 130 130 </target> 131 131 -
applications/editors/josm/plugins/irsrectify/src/irsrectify/IRSRectifyPlugin.java
r23063 r23064 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. "));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).")); 57 57 return; 58 58 }
Note:
See TracChangeset
for help on using the changeset viewer.