summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index e09c768..b629457 100644
--- a/setup.c
+++ b/setup.c
@@ -257,7 +257,7 @@ void ciMonMenuSetup::Store(void)
SetupStore("SmallFont", theSetup.m_nSmallFontHeight);
SetupStore("Wakeup", theSetup.m_nWakeup);
SetupStore("TwoLineMode",theSetup.m_nRenderMode);
- SetupStore("SuspendMode", theSetup.m_nSuspendTimeOn);
+ SetupStore("SuspendMode", theSetup.m_nSuspendMode);
SetupStore("SuspendTimeOn", theSetup.m_nSuspendTimeOn);
SetupStore("SuspendTimeOff", theSetup.m_nSuspendTimeOff);
}