Save the ShowBeginnerHelper option's value to disk

This commit is contained in:
Thad Ward
2003-08-20 11:51:21 +00:00
parent 2ea4f58497
commit 7c7a78c7d3
+1
View File
@@ -371,6 +371,7 @@ void PrefsManager::SaveGlobalPrefsToDisk()
ini.SetValueB( "Options", "ForceLogFlush", m_bForceLogFlush );
ini.SetValueB( "Options", "Logging", m_bLogging );
ini.SetValueB( "Options", "ShowLogWindow", m_bShowLogWindow );
ini.SetValueB( "Options", "ShowBeginnnerHelper", m_bShowBeginnerHelper );
ini.SetValueB( "Options", "TenFooterInRed", m_bTenFooterInRed );
ini.SetValueI( "Options", "CourseSortOrder", m_iCourseSortOrder );