summaryrefslogtreecommitdiff
path: root/vcl/source/src/units.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-17 13:49:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:36 +0100
commit4a9fe1a736dac09436ff31560565f1e5b7d5b46e (patch)
tree60f42753ce0298f11b37ce541a7e3dd192cde77f /vcl/source/src/units.src
parentcd998eb98d23ad4c1e5d9e56d7fdb78731b3f2d6 (diff)
distinguish between NumericFields and MetricFields
GtkSpinFields without a pattern are NumericFields Otherwise we hook off the pattern to determine what sort of field it is, only MetricFields for now and their various field units. Change-Id: I1d50b302b402516b5460774f1d689ac93bfd61ff to-do: upstream something of the "pattern" nature into gtk
Diffstat (limited to 'vcl/source/src/units.src')
-rw-r--r--vcl/source/src/units.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/src/units.src b/vcl/source/src/units.src
index fa39df597c7a..f12daeb04d7c 100644
--- a/vcl/source/src/units.src
+++ b/vcl/source/src/units.src
@@ -31,7 +31,7 @@ StringArray SV_FUNIT_STRINGS
{
ItemList [ en-US ] =
{
- < "mm" ; FUNIT_MM ; > ;
+ < "mm" ; FUNIT_MM ; > ;
< "cm" ; FUNIT_CM ; > ;
< "m" ; FUNIT_M ; > ;
< "km" ; FUNIT_KM ; > ;