From 769eda42dbb86a2561bbb31b6d60eddb5fb5ee72 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 13 Nov 2001 03:08:29 +0000 Subject: [PATCH] fixed a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/make_installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index 50435888ed..26ac4d9ad7 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -148,8 +148,8 @@ Source: "samples\pySketch\images\*.bmp"; DestDir: "{app}\wxPython\samples\pySk [Icons] Name: "{group}\Run the DEMO"; Filename: "{code:GetPythonDir}\pythonw.exe"; WorkingDir: "{app}\wxPython\demo"; Parameters: "demo.py"; -Name: "{group}\wxWindows Referece"; Filename: "{app}\wxPython\docs\wx.chm"; -Name: "{group}\wxOGL Referece"; Filename: "{app}\wxPython\docs\ogl.chm"; +Name: "{group}\wxWindows Reference"; Filename: "{app}\wxPython\docs\wx.chm"; +Name: "{group}\wxOGL Reference"; Filename: "{app}\wxPython\docs\ogl.chm"; Name: "{group}\licence.txt"; Filename: "{app}\wxPython\docs\licence\licence.txt"; Name: "{group}\README.txt"; Filename: "{app}\wxPython\docs\README.txt"; Name: "{group}\CHANGES.txt"; Filename: "{app}\wxPython\docs\CHANGES.txt"; -- 2.50.0