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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2009-02-26
|
931 b
|
17 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.5)
import wx
from gui.pref.prefcontrols import *
from gui.pref.prefstrings import files as _
def default_save_dir():
import os.path as os
return os.path.join(wx.StandardPaths.Get().GetDocumentsDir(), 'Digsby Downloads')
def panel(panel, sizer, newgroup, exithooks):
newgroup((_('File Transfers'), 'filetransfer'), Browse('local.save_to', _('Save &files to:'), 'dir'), Check('create_subfolders', _('Create s&ubfolders for each IM account')))
return panel