Commit a66e9108 authored by Lorenzo Marcantonio's avatar Lorenzo Marcantonio

Another fix for wx2.9 compilation (same issue as before, another call...)

parent 34c74d17
......@@ -683,7 +683,7 @@ void EDA_APP::SaveSettings()
wxASSERT( m_settings != NULL );
m_settings->Write( wxT( "ShowPageLimits" ), g_ShowPageLimits );
m_settings->Write( wxT( "WorkingDir" ), wxGetCwd() );
m_settings->Write( wxT( "BgColor" ), g_DrawBgColor );
m_settings->Write( wxT( "BgColor" ), (long) g_DrawBgColor );
/* Save the file history list */
m_fileHistory.Save( *m_settings );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment