From a636ed8349440856a0b6d476107dab63bc4bb128 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Wed, 19 Sep 2007 21:13:32 +0000 Subject: - preparation to save/restore screenshot interval --- setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.h') 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; } -- cgit v1.2.3