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 565e543..cd650a3 100644
--- a/setup.c
+++ b/setup.c
@@ -220,7 +220,7 @@ void cVFDMenuSetup::Store(void)
SetupStore("SmallFont", theSetup.m_nSmallFontHeight);
SetupStore("TwoLineMode",theSetup.m_nRenderMode);
SetupStore("VolumeMode", theSetup.m_nVolumeMode);
- SetupStore("SuspendMode", theSetup.m_nSuspendTimeOn);
+ SetupStore("SuspendMode", theSetup.m_nSuspendMode);
SetupStore("SuspendTimeOn", theSetup.m_nSuspendTimeOn);
SetupStore("SuspendTimeOff", theSetup.m_nSuspendTimeOff);
}