X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03c9cce5642dc6af13f7ab55639cb905e83e4412..fe104ff925ac53779d25280112401874089276b0:/interface/wx/msw/registry.h?ds=inline 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.