Changeset 8047 in josm
- Timestamp:
- 2015-02-11T17:48:05+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/conflict/pair/tags/TagMerger.java
r7005 r8047 265 265 class KeepMineAction extends AbstractAction implements ListSelectionListener { 266 266 public KeepMineAction() { 267 ImageIcon icon = ImageProvider.get("dialogs/conflict", "tagkeepmine .png");267 ImageIcon icon = ImageProvider.get("dialogs/conflict", "tagkeepmine"); 268 268 if (icon != null) { 269 269 putValue(Action.SMALL_ICON, icon); … … 297 297 class KeepTheirAction extends AbstractAction implements ListSelectionListener { 298 298 public KeepTheirAction() { 299 ImageIcon icon = ImageProvider.get("dialogs/conflict", "tagkeeptheir .png");299 ImageIcon icon = ImageProvider.get("dialogs/conflict", "tagkeeptheir"); 300 300 if (icon != null) { 301 301 putValue(Action.SMALL_ICON, icon); … … 395 395 396 396 public UndecideAction() { 397 ImageIcon icon = ImageProvider.get("dialogs/conflict", "tagundecide .png");397 ImageIcon icon = ImageProvider.get("dialogs/conflict", "tagundecide"); 398 398 if (icon != null) { 399 399 putValue(Action.SMALL_ICON, icon);
Note:
See TracChangeset
for help on using the changeset viewer.