from gui.uberwidgets.PrefPanel import PrefPanel, PrefCollection
from common import setpref, pref
from util import traceguard
from gui.browser.webkit import WebKitDisplay
WALL_OF_TEXT = _('Help Digsby stay free and ad-free. Allow Digsby to use part of your computer\'s idle processing power to contribute to commercial grid computing projects by enabling the Research Module.\n<p>\nThis module turns on after your computer has been completely idle (no mouse or keyboard movement) for a period of time. It turns off the instant you move your mouse or press a key, so it has no effect on your PC\'s performance when you\'re using it. The research module also runs as a low priority, sandboxed Java process, so that other tasks your computer is doing will get done first, and so that it is completely secure.\n<p>\nFor more details, see the <a href="http://wiki.digsby.com/doku.php?id=cpuusage">Research Module FAQ</a>.\n')
if config.platform == 'win':
import gui.native.win.winutil as winutil
if winutil.is_vista():
font = 'Segoe UI, Tahoma, MS Sans Serif; font-size: 9pt;'