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

@@ -609,7 +609,7 @@
<orient>wxVERTICAL</orient> <orient>wxVERTICAL</orient>
<object class="sizeritem"> <object class="sizeritem">
<object class="wxStaticBoxSizer"> <object class="wxStaticBoxSizer">
<label>Defaults for new containes</label> <label>Defaults for new containers</label>
<orient>wxVERTICAL</orient> <orient>wxVERTICAL</orient>
<object class="sizeritem"> <object class="sizeritem">
<object class="wxFlexGridSizer"> <object class="wxFlexGridSizer">

View File

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