home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / digsby_setup.exe / lib / gui / pref / pg_files.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-02-26  |  931 b   |  17 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. import wx
  5. from gui.pref.prefcontrols import *
  6. from gui.pref.prefstrings import files as _
  7.  
  8. def default_save_dir():
  9.     import os.path as os
  10.     return os.path.join(wx.StandardPaths.Get().GetDocumentsDir(), 'Digsby Downloads')
  11.  
  12.  
  13. def panel(panel, sizer, newgroup, exithooks):
  14.     newgroup((_('File Transfers'), 'filetransfer'), Browse('local.save_to', _('Save &files to:'), 'dir'), Check('create_subfolders', _('Create s&ubfolders for each IM account')))
  15.     return panel
  16.  
  17.