Index: trunk/src/org/openstreetmap/josm/data/projection/proj/PolarStereographic.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/proj/PolarStereographic.java	(revision 12291)
+++ trunk/src/org/openstreetmap/josm/data/projection/proj/PolarStereographic.java	(revision 12292)
@@ -103,5 +103,5 @@
             throw new ProjectionConfigurationException(
                     tr("Polar Stereographic: Parameter ''{0}'' must be 90 or -90.", "lat_0"));
-        // Latitude of true scale, in radians;
+        // Latitude of true scale, in radians
         double latitudeTrueScale;
         if (params.lat_ts == null) {
@@ -112,5 +112,5 @@
         southPole = latitudeTrueScale < 0;
 
-        // Computes coefficients.
+        // Computes coefficients
         double latitudeTrueScaleAbs = Math.abs(latitudeTrueScale);
         if (Math.abs(latitudeTrueScaleAbs - Math.PI/2) >= EPSILON) {
Index: trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java	(revision 12291)
+++ trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java	(revision 12292)
@@ -1168,5 +1168,4 @@
                         b.setMinimumSize(s);
                         b.setMaximumSize(s);
-                        //b.setSize(s);
                     } else if (s.height < s.width) {
                         s.height = s.width;
