diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-11-05 14:05:33 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-11-05 14:05:33 +0100 |
commit | 54aafe8a2a8bf6c66630564679f74164ffbcc0b2 (patch) | |
tree | c41c0a26c133fa609cd9e442b551a2f1265e6a31 /helpcontent2 | |
parent | c3760ab69952dec6b62c21efa9ea743f8e81940f (diff) |
Use templates for the product name.
Diffstat (limited to 'helpcontent2')
-rwxr-xr-x | helpcontent2/to-wiki/wikiconv2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 4f884e617b..4b2ff5d02d 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -16,8 +16,8 @@ end_eles = [ ] replace_text_list = [ - ["$[officename]","LibreOffice"], - ["%PRODUCTNAME","LibreOffice"] + ["$[officename]","{{ProductName}}"], + ["%PRODUCTNAME","{{ProductName}}"] ] def get_link_filename(link, name): |