[gcalctool] Fix cm2 conversion rates (Bug #661582)



commit 81e2988a9a93b10a767a577e03f8e376c01450d3
Author: Robert Roth <robert roth off gmail com>
Date:   Wed Oct 12 22:01:59 2011 +0300

    Fix cm2 conversion rates (Bug #661582)

 src/unit-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/unit-manager.c b/src/unit-manager.c
index 8e24e14..4813f45 100644
--- a/src/unit-manager.c
+++ b/src/unit-manager.c
@@ -73,7 +73,7 @@ unit_manager_get_default(void)
         {"area",     "hectare",             N_("Hectares"),          NC_("unit-format", "%s ha"),       "10000x",             "x/10000",        NC_("unit-symbols", "hectare,hectares,ha")},
         {NULL,       "acre",                N_("Acres"),             NC_("unit-format", "%s acres"),    "4046.8564224x",      "x/4046.8564224", NC_("unit-symbols", "acre,acres")},
         {NULL,       "square-meter",        N_("Square Meters"),      NC_("unit-format", "%s mÂ"),       "x",                  "x",              NC_("unit-symbols", "mÂ")},
-        {NULL,       "square-centimeter",   N_("Square Centimeters"), NC_("unit-format", "%s cmÂ"),      "0.001x",             "1000x",          NC_("unit-symbols", "cmÂ")},
+        {NULL,       "square-centimeter",   N_("Square Centimeters"), NC_("unit-format", "%s cmÂ"),      "0.0001x",            "10000x",         NC_("unit-symbols", "cmÂ")},
         {NULL,       "square-millimeter",   N_("Square Millimeters"), NC_("unit-format", "%s mmÂ"),      "0.000001x",          "1000000x",       NC_("unit-symbols", "mmÂ")},
         {"volume",   "cubic-meter",         N_("Cubic Meters"),      NC_("unit-format", "%s mÂ"),       "1000x",              "x/1000",         NC_("unit-symbols", "mÂ")},
         {NULL,       "gallon",              N_("Gallons"),           NC_("unit-format", "%s gal"),      "3.785412x",          "x/3.785412",     NC_("unit-symbols", "gallon,gallons,gal")},



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]