summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-09-19 21:13:32 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-09-19 21:13:32 +0000
commita636ed8349440856a0b6d476107dab63bc4bb128 (patch)
tree23f4a5d9611e8bd2806e404f4b1a6d87a09bdd98 /setup.h
parent2b539761991dc72df8042d9c9abb184068407d8f (diff)
downloadvdr-plugin-live-a636ed8349440856a0b6d476107dab63bc4bb128.tar.gz
vdr-plugin-live-a636ed8349440856a0b6d476107dab63bc4bb128.tar.bz2
- preparation to save/restore screenshot interval
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.h b/setup.h
index 73d825c..11945d4 100644
--- a/setup.h
+++ b/setup.h
@@ -54,7 +54,7 @@ class Setup
void SetAdminLogin(std::string login) { m_adminLogin = login; }
std::string SetAdminPassword(std::string password);
void SetUseAuth(int auth) { m_useAuth = auth; }
- void SetScrenshotInterval(int interval) { m_screenshotInterval = interval; }
+ void SetScreenshotInterval(int interval) { m_screenshotInterval = interval; }
void SetTimes(std::string times) { m_times = times; }
void SetStartScreen(std::string startscreen) { m_startscreen = startscreen; }
void SetTheme(std::string theme) { m_theme = theme; }