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()