home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / gui / pref / pg_helpdigsby.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2011-10-05  |  787 b   |  14 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. import wx
  5. from gui.pref.prefcontrols import Check, VSizer
  6. from gui.uberwidgets.PrefPanel import PrefPanel, PrefCollection
  7.  
  8. def panel(panel, sizer, addgroup, exithooks):
  9.     collection = PrefCollection(Check(None, _('&Allow Digsby to conduct research during idle itme')), layout = VSizer(), itemoptions = (0, wx.BOTTOM, 6))
  10.     help_group = PrefPanel(panel, collection, _('Help Digsby'))
  11.     sizer.Add(help_group)
  12.     return panel
  13.  
  14.