1. added wxMemoryConfig (private) class
2. some minor tweaks to config usage in wxFontMapper git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -764,7 +764,7 @@ bool wxFileConfig::Write(const wxString& key, long lValue)
|
||||
|
||||
bool wxFileConfig::Flush(bool /* bCurrentOnly */)
|
||||
{
|
||||
if ( LineListIsEmpty() || !m_pRootGroup->IsDirty() )
|
||||
if ( LineListIsEmpty() || !m_pRootGroup->IsDirty() || !m_strLocalFile )
|
||||
return TRUE;
|
||||
|
||||
wxTempFile file(m_strLocalFile);
|
||||
|
Reference in New Issue
Block a user