Index: /applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckDialog.java
===================================================================
--- /applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckDialog.java	(revision 33396)
+++ /applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckDialog.java	(revision 33397)
@@ -91,5 +91,5 @@
                 putValue(NAME, marktr("Create"));
                 putValue(SHORT_DESCRIPTION, tr("create the channel digraph"));
-                putValue(SMALL_ICON, ImageProvider.get("dialogs", "digraphcreation"));
+                new ImageProvider("dialogs", "digraphcreation").getResource().attachImageIcon(this, true);
             }
             @Override
@@ -104,5 +104,5 @@
                 putValue(NAME, marktr("Check "));
                 putValue(SHORT_DESCRIPTION, tr("check the subset for junction properties"));
-                putValue(SMALL_ICON, ImageProvider.get("dialogs", "junctioncheck"));
+                new ImageProvider("dialogs", "junctioncheck").getResource().attachImageIcon(this, true);
             }
             @Override
@@ -117,5 +117,5 @@
                 putValue(NAME, marktr("Search "));
                 putValue(SHORT_DESCRIPTION, tr("search for junctions in the channel subset"));
-                putValue(SMALL_ICON, ImageProvider.get("dialogs", "junctionsearch"));
+                new ImageProvider("dialogs", "junctionsearch").getResource().attachImageIcon(this, true);
             }
             @Override
