summaryrefslogtreecommitdiff
path: root/setup.cpp
diff options
context:
space:
mode:
authorRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2011-02-12 04:10:50 +0200
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-02-15 23:55:14 +0100
commit825141eb0e7c67848d1c89ed88c6a8f786462bff (patch)
tree312a919e94f366a2e5fda810fa3598b1d9b736f8 /setup.cpp
parentafa4e929814e524291e5c44808e1f594cfccd290 (diff)
downloadvdr-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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cpp b/setup.cpp
index 8509d48..2fc8d62 100644
--- a/setup.cpp
+++ b/setup.cpp
@@ -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"),