Skip to content

Commit

Permalink
fix crash with JOSM >= 10358
Browse files Browse the repository at this point in the history
  • Loading branch information
don-vip committed Jun 15, 2016
1 parent 94d0bc5 commit a032eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- enter the SVN commit message -->
<property name="commit.message" value="Commit message"/>
<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
<property name="plugin.main.version" value="10282"/>
<property name="plugin.main.version" value="10358"/>

<!-- Configure these properties (replace "..." accordingly).
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
Expand All @@ -23,6 +23,7 @@
<attribute name="7588_Plugin-Url" value="https://github.com/Gnonthgol/JOSM-continuos-download/releases/download/v1.1.01/continuosDownload.jar" />
<attribute name="7636_Plugin-Url" value="https://github.com/Gnonthgol/JOSM-continuos-download/releases/download/v1.1.02/continuosDownload.jar" />
<attribute name="8942_Plugin-Url" value="https://github.com/JOSM/JOSM-continuos-download/releases/download/v1.2.2/continuosDownload.jar" />
<attribute name="10282_Plugin-Url" value="https://github.com/JOSM/JOSM-continuos-download/releases/download/v1.2.3/continuosDownload.jar" />
</manifest>
</target>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private class ToggleAction extends JosmAction {
private transient Collection<ButtonModel> buttonModels;

public ToggleAction() {
super(tr("Download OSM data continuously"), "images/continuous-download",
super(tr("Download OSM data continuously"), "continuous-download",
tr("Download map data continuously when paning and zooming."), Shortcut.registerShortcut(
"continuosdownload:activate", tr("Toggle the continuous download on/off"), KeyEvent.VK_D,
Shortcut.ALT_SHIFT), true, "continuosdownload/activate", true);
Expand Down

0 comments on commit a032eb9

Please sign in to comment.