diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 11:19:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 11:19:53 +0000 |
commit | cdab9e6c4b315d9ec0ff7edf36a2cf2826e300a2 (patch) | |
tree | b8a70d59c55482cb203a9a833e8b2604297dab8c /helpcontent2 | |
parent | 03d7e1be76c312fc5f01a84f5892f478e011a1cc (diff) |
INTEGRATION: CWS helpaux (1.2.4); FILE MERGED
2004/12/15 09:57:14 fpe 1.2.4.1: helpers/update_tree.pl
Diffstat (limited to 'helpcontent2')
-rw-r--r-- | helpcontent2/helpers/update_tree.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpcontent2/helpers/update_tree.pl b/helpcontent2/helpers/update_tree.pl index b2b6aebabb..d2d3022170 100644 --- a/helpcontent2/helpers/update_tree.pl +++ b/helpcontent2/helpers/update_tree.pl @@ -77,7 +77,7 @@ sub do_english { print "Processing en-US\n"; undef %helpsection; undef %node; undef %topic; &readtreestrings; - &gettreefiles; + &gettreefiles; &processtreefiles('en-US'); } @@ -210,7 +210,7 @@ sub processtreefiles { } else { # localized comes from the localize sdf if (defined($title{$id})) { print "."; - $l = "<topic id=\"$module/$id\">$cnt</topic>\n"; + $l = "<topic id=\"$module/$id\">$title{$id}</topic>\n"; } else { print "!"; } |