Changeset 17

Show
Ignore:
Timestamp:
06/27/07 21:13:13 (11 months ago)
Author:
nerijusb
Message:

Transition to the wx namespace - opendict now works with wx 2.8

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/gui/helpwin.py

    r16 r17  
    5555         data = "Error: <i>licence file not found</i>" 
    5656 
    57       scWinAbout = wx.ScrolledWindow(self, -1, wx.PyDefaultPosition, 
     57      scWinAbout = wx.ScrolledWindow(self, -1, wx.DefaultPosition, 
    5858                                    wx.Size(-1, -1)) 
    5959 
    60       htmlWin = wx.HtmlWindow(scWinAbout, -1, style=wx.SUNKEN_BORDER) 
     60      htmlWin = wx.html.HtmlWindow(scWinAbout, -1, style=wx.SUNKEN_BORDER) 
    6161      htmlWin.SetFonts('Helvetica', 'Fixed', [10]*5) 
    6262      htmlWin.SetPage(data)