diff options
author | Andras Timar <atimar@suse.com> | 2012-09-25 16:36:07 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-09-25 21:23:38 +0200 |
commit | 4a2503e5a6e33a0ba5d93712427d78b705c83708 (patch) | |
tree | dfb840ad2d16ee6eb24a36731e69a688c5c431ef /swext | |
parent | 21a82f4f91eb9940e5dd01c75e2f68721a431f09 (diff) |
set paths in help tree file of MediaWiki extension help
we set the paths here to their runtime values, because in new
build "paradigm" English tree is not updated, just copied. No
problem with that, we'll fix regressions later. Now it works
even in en-US build, but nodes are not localized, because
update_tree.pl does not find localizations due to the changed
paths. update_tree.pl is a hack and must die. It will be killed
in feature/killsdf branch.
Change-Id: Ic16eca538182f5548d4d6c2a23f9bc9764da6b62
Diffstat (limited to 'swext')
-rw-r--r-- | swext/mediawiki/help/help.tree | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/swext/mediawiki/help/help.tree b/swext/mediawiki/help/help.tree index d258c948bdbb..ac223de66745 100644 --- a/swext/mediawiki/help/help.tree +++ b/swext/mediawiki/help/help.tree @@ -12,11 +12,11 @@ <tree_view> <help_section application="swriter" id="02" title="MediaWiki"> <node id="0224" title="MediaWiki"> - <topic id="help/help/wiki.xhp">MediaWiki</topic> - <topic id="help/help/wikiaccount.xhp">Wiki Publisher</topic> - <topic id="help/help/wikiformats.xhp">MediaWiki Formats</topic> - <topic id="help/help/wikisend.xhp">Send to MediaWiki</topic> - <topic id="help/help/wikisettings.xhp">MediaWiki Options</topic> + <topic id="help/com.sun.wiki-publisher/wiki.xhp">MediaWiki</topic> + <topic id="help/com.sun.wiki-publisher/wikiaccount.xhp">Wiki Publisher</topic> + <topic id="help/com.sun.wiki-publisher/wikiformats.xhp">MediaWiki Formats</topic> + <topic id="help/com.sun.wiki-publisher/wikisend.xhp">Send to MediaWiki</topic> + <topic id="help/com.sun.wiki-publisher/wikisettings.xhp">MediaWiki Options</topic> </node> </help_section> </tree_view> |