[Python-checkins] cpython: Removes unused string resources from Windows installer.
steve.dower
python-checkins at python.org
Fri Feb 20 18:13:33 CET 2015
https://hg.python.org/cpython/rev/042531828215
changeset: 94702:042531828215
user: Steve Dower <steve.dower at microsoft.com>
date: Fri Feb 20 08:23:23 2015 -0800
summary:
Removes unused string resources from Windows installer.
files:
Tools/msi/exe/exe_en-US.wxl_template | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Tools/msi/exe/exe_en-US.wxl_template b/Tools/msi/exe/exe_en-US.wxl_template
--- a/Tools/msi/exe/exe_en-US.wxl_template
+++ b/Tools/msi/exe/exe_en-US.wxl_template
@@ -4,6 +4,4 @@
<String Id="ShortDescriptor">executable</String>
<String Id="ShortcutName">Python {{ShortVersion}} ({{Bitness}})</String>
<String Id="ShortcutDescription">Launches the !(loc.ProductName) interpreter.</String>
- <String Id="PathTitle">Add to PATH</String>
- <String Id="PathDescription">Adds the install directory to PATH and .py to PATHEXT.</String>
</WixLocalization>
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list