Typo fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-05-11 18:54:09 +00:00
parent bc8f0f9d07
commit d9f0e96051
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ def main(args=sys.argv):
wx.Log.SetLogLevel(wx.LOG_Error)
# Set up the default config so the htmlhelp frame can save its preferences
app.SetVendorName('wxWindows')
app.SetVendorName('wxWidgets')
app.SetAppName('helpviewer')
cfg = wx.ConfigBase.Get()