X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03c9cce5642dc6af13f7ab55639cb905e83e4412..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/msw/registry.h?ds=sidebyside diff --git a/interface/wx/msw/registry.h b/interface/wx/msw/registry.h index 67a8658f5f..915adfdf63 100644 --- a/interface/wx/msw/registry.h +++ b/interface/wx/msw/registry.h @@ -2,7 +2,6 @@ // Name: msw/registry.h // Purpose: interface of wxRegKey // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -39,7 +38,7 @@ // for the key existence if necessary. wxRegKey key(wxRegKey::HKLM, "Software\\MyKey"); - // Create a new value "MYVALUE" and set it to 12. + // Create a new value "MyValue" and set it to 12. key.SetValue("MyValue", 12); // Read the value back. @@ -288,7 +287,7 @@ public: /** Returns @true if any subkeys exist. */ - bool HasSubKeys() const; + bool HasSubkeys() const; /** Returns @true if the value exists.