X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03c9cce5642dc6af13f7ab55639cb905e83e4412..e94f3031736c1a23eba37892b4076893b1f6e416:/interface/wx/msw/registry.h diff --git a/interface/wx/msw/registry.h b/interface/wx/msw/registry.h index 67a8658f5f..d3447ea75e 100644 --- a/interface/wx/msw/registry.h +++ b/interface/wx/msw/registry.h @@ -39,7 +39,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 +288,7 @@ public: /** Returns @true if any subkeys exist. */ - bool HasSubKeys() const; + bool HasSubkeys() const; /** Returns @true if the value exists.