]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/msw/registry.h
Make wxDragImage ctors taking hot spot point really deprecated in wxMSW.
[wxWidgets.git] / interface / wx / msw / registry.h
index 67a8658f5f2fc96d13cace09de736e08ee8d7993..9b215795bc9f28b244897179347d07089da02478 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.