diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-04 00:11:09 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-04 00:11:09 +0000 |
commit | 3f29cb7189b78edba3d73af26884313b2ea506c1 (patch) | |
tree | 18394e7fbd447a49a4d73dc13e623bc8f103bba5 /setup.cpp | |
parent | f93c33550e9c74daacab32577c181c12aec1d39a (diff) | |
download | vdr-plugin-live-3f29cb7189b78edba3d73af26884313b2ea506c1.tar.gz vdr-plugin-live-3f29cb7189b78edba3d73af26884313b2ea506c1.tar.bz2 |
- Added marine theme as default setting.
Diffstat (limited to 'setup.cpp')
-rw-r--r-- | setup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ Setup::Setup(): m_screenshotInterval( 1000 ), m_useAuth( 1 ), m_adminLogin("admin"), + m_theme("marine"), m_lastwhatsonlistmode("detail") { m_adminPasswordMD5 = "4:" + MD5Hash("live"); |