Skip to content

Commit

Permalink
changed icon for adressdialog
Browse files Browse the repository at this point in the history
  • Loading branch information
r00tat committed Aug 4, 2014
1 parent d79c2f8 commit 81fa76d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added images/cursor/modifier/addressdialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mapmode/addressdialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ public class AddressDialogAction extends MapMode implements MouseListener {
public static final String PLUGIN_NAME = "areaselector";

public AddressDialogAction(MapFrame mapFrame) {
super(tr("Tag Element"), "areaselector", tr("Select an item to tag."), Shortcut.registerShortcut("tools:tagbuilding",
super(tr("Tag Element"), "addressdialog", tr("Select an item to tag."), Shortcut.registerShortcut("tools:tagbuilding",
tr("Tools: {0}", tr("Tag Building")), KeyEvent.VK_B, Shortcut.ALT_CTRL), mapFrame, getCursor());
}

private static Cursor getCursor() {
return ImageProvider.getCursor("crosshair", "areaselector");
return ImageProvider.getCursor("crosshair", "addressdialog");
}

/*
Expand Down

0 comments on commit 81fa76d

Please sign in to comment.