Browse Source

Plush is the default skin, so it should be the fall-back for invalid names too.

tags/0.6.3
ShyPike 14 years ago
parent
commit
0bc7e28aa6
  1. 2
      sabnzbd/constants.py

2
sabnzbd/constants.py

@ -80,7 +80,7 @@ DEF_LANGUAGE = 'locale'
DEF_INTERFACES = 'interfaces'
DEF_INT_LANGUAGE = 'locale'
DEF_EMAIL_TMPL = 'email'
DEF_STDINTF = 'smpl'
DEF_STDINTF = 'Plush'
DEF_SKIN_COLORS = {'smpl':'white', 'classic':'darkblue', 'mobile':'light', 'plush' : 'gold'}
DEF_MAIN_TMPL = 'templates/main.tmpl'
DEF_INI_FILE = 'sabnzbd.ini'

Loading…
Cancel
Save