ShowBeginnerHelper typo fix.

This commit is contained in:
Sean Burke
2003-08-20 14:13:56 +00:00
parent dd38711f1a
commit 9070b9be1e
+1 -1
View File
@@ -267,7 +267,7 @@ void PrefsManager::ReadGlobalPrefsFromDisk( bool bSwitchToLastPlayedGame )
ini.GetValueB( "Options", "ForceLogFlush", m_bForceLogFlush );
ini.GetValueB( "Options", "Logging", m_bLogging );
ini.GetValueB( "Options", "ShowLogWindow", m_bShowLogWindow );
ini.GetValueB( "Options", "ShowBeginnnerHelper", m_bShowBeginnerHelper );
ini.GetValueB( "Options", "ShowBeginnerHelper", m_bShowBeginnerHelper );
ini.GetValue ( "Options", "Language", m_sLanguage );