From 267c55c377e55aab343b6ff5d67d78f6c0fe352f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 20 Feb 2012 21:56:14 +0000 Subject: [PATCH] Fix wrong spelling of wxRegKey::HasSubkeys() in the documentation. This method is currently called HasSubkeys() and not HasSubKeys() even though the latter would have been more consistent with HasSubKey() so we might consider renaming it in the future. But for now just fix the documentation. Closes #13998. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/msw/registry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/msw/registry.h b/interface/wx/msw/registry.h index 9b215795bc..d3447ea75e 100644 --- a/interface/wx/msw/registry.h +++ b/interface/wx/msw/registry.h @@ -288,7 +288,7 @@ public: /** Returns @true if any subkeys exist. */ - bool HasSubKeys() const; + bool HasSubkeys() const; /** Returns @true if the value exists. -- 2.47.2