]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/msw/registry.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / msw / registry.h
index 67a8658f5f2fc96d13cace09de736e08ee8d7993..915adfdf63b237b8de03eb7fe956d870c559613f 100644 (file)
@@ -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.