X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03c9cce5642dc6af13f7ab55639cb905e83e4412..4fe4a7c50f6d65642adad374e3b2fc6eb5f5b58a:/interface/wx/msw/registry.h diff --git a/interface/wx/msw/registry.h b/interface/wx/msw/registry.h index 67a8658f5f..9b215795bc 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.