diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-09-19 21:13:32 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-09-19 21:13:32 +0000 |
commit | a636ed8349440856a0b6d476107dab63bc4bb128 (patch) | |
tree | 23f4a5d9611e8bd2806e404f4b1a6d87a09bdd98 /setup.h | |
parent | 2b539761991dc72df8042d9c9abb184068407d8f (diff) | |
download | vdr-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |