diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-08-25 19:09:27 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-08-25 19:09:27 +0200 |
commit | 0f5cf8b1ece166ffb32af79b54fe46ec5dc9a6f8 (patch) | |
tree | e355258dccd67a43fa4b8291f6c5b644591ea860 /l10ntools/scripts/tool | |
parent | e301c8006b0ebebaa1059f1712ab7269a684c540 (diff) |
#i10000# set dummy fields to 0 for string DB
Diffstat (limited to 'l10ntools/scripts/tool')
-rw-r--r-- | l10ntools/scripts/tool/sdf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/scripts/tool/sdf.py b/l10ntools/scripts/tool/sdf.py index 2afcbaf4bb1f..dd413b14f75f 100644 --- a/l10ntools/scripts/tool/sdf.py +++ b/l10ntools/scripts/tool/sdf.py @@ -113,7 +113,7 @@ class SdfEntity: const._TITLE_POS = 13 const._DATE_POS = 14 - def __init__(self, project="", source_file="", dummy1="", resource_type="", gid="", lid="", helpid="", platform="", dummy2="", langid="", + def __init__(self, project="", source_file="", dummy1="0", resource_type="", gid="", lid="", helpid="", platform="", dummy2="0", langid="", text="", helptext="", quickhelptext="", title="", date="2002-02-02 02:02:02"): self.project = project; self.source_file = source_file; |