]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/regconf.cpp
Added test for wxUSE_STATLINE in statline.cpp
[wxWidgets.git] / src / msw / regconf.cpp
index 99cc9465dc4121595ea5c6d00f81440fb931be27..6ec17a61ffbda5d682315be9c98b2d9b649ea6fe 100644 (file)
@@ -531,7 +531,7 @@ bool wxRegConfig::DeleteEntry(const wxString& value, bool bGroupIfEmptyAlso)
   if ( !m_keyLocal.DeleteValue(path.Name()) )
     return FALSE;
 
-  if ( !m_keyLocal.HasSubkeys() ) {
+  if ( m_keyLocal.IsEmpty() ) {
     wxString strKey = GetPath().AfterLast(wxCONFIG_PATH_SEPARATOR);
     SetPath("..");  // changes m_keyLocal
     return m_keyLocal.DeleteKey(strKey);