From d9f0e9605105b0cb7efb76312d35c5bda645337d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 11 May 2007 18:54:09 +0000 Subject: [PATCH] Typo fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/tools/XRCed/xrced.xrc | 4 ++-- wxPython/wx/tools/helpviewer.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wxPython/wx/tools/XRCed/xrced.xrc b/wxPython/wx/tools/XRCed/xrced.xrc index 04965a2811..73eacf5831 100644 --- a/wxPython/wx/tools/XRCed/xrced.xrc +++ b/wxPython/wx/tools/XRCed/xrced.xrc @@ -609,7 +609,7 @@ wxVERTICAL - + wxVERTICAL @@ -713,4 +713,4 @@ - \ No newline at end of file + diff --git a/wxPython/wx/tools/helpviewer.py b/wxPython/wx/tools/helpviewer.py index 48fe6ef5c5..ebef7815b9 100644 --- a/wxPython/wx/tools/helpviewer.py +++ b/wxPython/wx/tools/helpviewer.py @@ -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()