Preferences.ini uses "Options". Static.ini and Defaults.ini
use "Preferences". Use "Options".
This commit is contained in:
@@ -473,7 +473,7 @@ void PrefsManager::SavePrefsToIni( IniFile &ini )
|
|||||||
|
|
||||||
RString PrefsManager::GetPreferencesSection() const
|
RString PrefsManager::GetPreferencesSection() const
|
||||||
{
|
{
|
||||||
RString sSection = "Preferences";
|
RString sSection = "Options";
|
||||||
|
|
||||||
// OK if this fails
|
// OK if this fails
|
||||||
GetFileContents( SpecialFiles::TYPE_TXT_FILE, sSection, true );
|
GetFileContents( SpecialFiles::TYPE_TXT_FILE, sSection, true );
|
||||||
|
|||||||
Reference in New Issue
Block a user