Windspeed units wasn't being saved in the preferences.

This commit is contained in:
kruland2607 2013-05-01 14:37:46 -05:00
parent 871f30a942
commit 77b78c4cb8

View File

@ -356,6 +356,7 @@ public class UnitGroup {
map.put("POWER", UNITS_POWER);
map.put("MOMENTUM", UNITS_MOMENTUM);
map.put("FREQUENCY", UNITS_FREQUENCY);
map.put("WINDSPEED", UNITS_WINDSPEED);
UNITS = Collections.unmodifiableMap(map);