summaryrefslogtreecommitdiff
path: root/l10ntools/source
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-06-16 14:28:15 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-06-16 14:28:15 +0200
commit6010ece515dbb597d1b452c45c517e3180b03816 (patch)
treedc660a7a5eb5b9052202f1533f3dcdb6e20e6a4e /l10ntools/source
parentff33409c01b082dc5a0e501b0f4c2f97131fcd52 (diff)
jpropenable: #i112445# enable java properties
Diffstat (limited to 'l10ntools/source')
-rw-r--r--l10ntools/source/localize.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 2bbec4257c76..9f6887f88246 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -66,7 +66,7 @@ const char *ExeTable[][5] = {
{ "xcs", "cfgex", "-UTF8 -e -f", "negative", "iso" },
{ "xrm", "xrmex", "-UTF8 -e", "negative", "iso" },
{ "xhp", "helpex", " -e", "negative", "noiso" },
- //{ "properties", "jpropex", " -e", "negative", "noiso" },
+ { "properties", "jpropex", " -e", "negative", "noiso" },
{ "NULL", "NULL", "NULL", "NULL", "NULL" }
};