From: Robin Dunn Date: Tue, 13 Nov 2001 03:08:29 +0000 (+0000) Subject: fixed a typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/769eda42dbb86a2561bbb31b6d60eddb5fb5ee72 fixed a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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";