diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-15 15:15:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-15 15:15:37 +0000 |
| commit | 99dc00531b985aa1efa23bec5a00b1a5ad26e86c (patch) | |
| tree | 056016e15dac3319ef4b758b8007ac9d6d8ad763 | |
| parent | 48fc425ae9c6a92ce42b26dd441b6723c9912c5d (diff) | |
Typo.
| -rw-r--r-- | platform/windows/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index cdfc24931..39f0e4377 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -266,7 +266,7 @@ SectionEnd print('LangString DESC_SEC_MASTER ${LANG_ENGLISH} "DCP-o-matic 2"', file=f) print('LangString DESC_SEC_SERVER ${LANG_ENGLISH} "DCP-o-matic 2 encode server"', file=f) - printf(""" + print(""" !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${SEC_MASTER} $(DESC_SEC_MASTER) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_SERVER} $(DESC_SEC_SERVER) |
