From: Julian Smart Date: Thu, 9 Feb 2006 15:28:42 +0000 (+0000) Subject: Applied patch [ 1427626 ] Fix wxFileConfig so that it still works after DeleteAll() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/88c139da4639cd25e4ad1298062e1e8b19ee29f1 Applied patch [ 1427626 ] Fix wxFileConfig so that it still works after DeleteAll() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index 70676fa8ed..d492e6466d 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -1160,9 +1160,6 @@ bool wxFileConfig::DeleteAll() m_strLocalFile.c_str()); return false; } - - m_strLocalFile = - m_strGlobalFile = wxEmptyString; } Init();