summaryrefslogtreecommitdiff
path: root/helpcontent2
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-11-05 14:05:33 +0100
committerJan Holesovsky <kendy@suse.cz>2010-11-05 14:05:33 +0100
commit54aafe8a2a8bf6c66630564679f74164ffbcc0b2 (patch)
treec41c0a26c133fa609cd9e442b551a2f1265e6a31 /helpcontent2
parentc3760ab69952dec6b62c21efa9ea743f8e81940f (diff)
Use templates for the product name.
Diffstat (limited to 'helpcontent2')
-rwxr-xr-xhelpcontent2/to-wiki/wikiconv2.py4
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):