diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2011-02-12 04:10:50 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-02-15 23:55:14 +0100 |
commit | 825141eb0e7c67848d1c89ed88c6a8f786462bff (patch) | |
tree | 312a919e94f366a2e5fda810fa3598b1d9b736f8 /setup.cpp | |
parent | afa4e929814e524291e5c44808e1f594cfccd290 (diff) | |
download | vdr-plugin-live-825141eb0e7c67848d1c89ed88c6a8f786462bff.tar.gz vdr-plugin-live-825141eb0e7c67848d1c89ed88c6a8f786462bff.tar.bz2 |
Fixed a typo in a setup option.
Diffstat (limited to 'setup.cpp')
-rw-r--r-- | setup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ Setup::Setup(): m_screenshotInterval( 1000 ), m_useAuth( 1 ), m_adminLogin("admin"), - m_channelGroups( "" ), - m_scheduleDuration( "8" ), + m_channelGroups( "" ), + m_scheduleDuration( "8" ), m_theme("marine"), m_lastwhatsonlistmode("detail"), m_lastsortingmode("nameasc"), |