home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 February / maximum-cd-2011-02.iso / DiscContents / digsby_setup85.exe / lib / gui / pref / pg_files.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-11-24  |  1.0 KB  |  18 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. import wx
  5. import stdpaths
  6. from gui.pref.prefcontrols import *
  7. from gui.pref.prefstrings import files as _
  8.  
  9. def default_save_dir():
  10.     import os.path as os
  11.     return os.path.join(stdpaths.documents, 'Digsby Downloads')
  12.  
  13.  
  14. def panel(panel, sizer, newgroup, exithooks):
  15.     newgroup((_('File Transfers'), 'filetransfer'), Browse('local.save_to', _('Save &files to:'), 'dir'), Check('create_subfolders', _('Create s&ubfolders for each IM account')), Check('auto_accept_from_blist', _('&Auto-accept all file transfers from contacts on my contact list')))
  16.     return panel
  17.  
  18.