]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/msw/registry.h
Fix missing and broken interface items for Phoenix
[wxWidgets.git] / interface / wx / msw / registry.h
index 67a8658f5f2fc96d13cace09de736e08ee8d7993..d3447ea75e79d62c53ad9dcdfbefabdb766820b0 100644 (file)
@@ -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.