summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-18 13:00:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-18 13:47:31 +0100
commitcc0b40f6a94f05b36b31b1a7a55431e1b5f2608e (patch)
treeb51e62ce3f7d2b7f0926bf8439c6fc1773569150 /rsc
parente45d6b4e503b2a795ff79aaf3f3f8a7b065f9488 (diff)
add some a11y relations and enable translation of ms
Change-Id: Ib509a7ae62aefc919bdaed269c1605ac6bae9564
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rscibas.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index e4026715d701..f4f05b5dbff5 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -196,6 +196,7 @@ RscEnum * RscTypCont::InitFieldUnitsType()
SETCONST( pFieldUnits, "FUNIT_PERCENT", FUNIT_PERCENT );
SETCONST( pFieldUnits, "FUNIT_DEGREE", FUNIT_DEGREE);
SETCONST( pFieldUnits, "FUNIT_SECOND", FUNIT_SECOND);
+ SETCONST( pFieldUnits, "FUNIT_MILLISECOND", FUNIT_MILLISECOND);
SETCONST( pFieldUnits, "FUNIT_PIXEL", FUNIT_PIXEL );
return pFieldUnits;