Index: trunk/src/org/openstreetmap/josm/actions/corrector/ReverseWayNoTagCorrector.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/corrector/ReverseWayNoTagCorrector.java	(revision 17023)
+++ trunk/src/org/openstreetmap/josm/actions/corrector/ReverseWayNoTagCorrector.java	(revision 17029)
@@ -60,5 +60,5 @@
 
                 if (cannotBeCorrected && !way.isKeyTrue("two_sided")) {
-                    // two_sided=yes is a special (documented) barrier=city_wall attribute, see #197140
+                    // two_sided=yes is a special (documented) barrier=city_wall attribute, see #19714
                     collection.add(tag);
                 }
Index: trunk/src/org/openstreetmap/josm/gui/history/VersionTable.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/history/VersionTable.java	(revision 17023)
+++ trunk/src/org/openstreetmap/josm/gui/history/VersionTable.java	(revision 17029)
@@ -167,5 +167,5 @@
             putValue(NAME, tr("Changeset info"));
             putValue(SHORT_DESCRIPTION, tr("Launch browser with information about the changeset"));
-            new ImageProvider("data/changeset").getResource().attachImageIcon(this, true);
+            new ImageProvider("help/internet").getResource().attachImageIcon(this, true);
         }
 
