Skip to content
Snippets Groups Projects
Unverified Commit 4af61a27 authored by Double Sine's avatar Double Sine
Browse files

Replace ActivationKey by ACTIVATIONPUBKEY

parent 0b3bb309
No related branches found
Tags v1.1
No related merge requests found
......@@ -37,7 +37,7 @@ BOOL BackupNavicat(PTSTR NavicatFileName) {
BOOL ReplaceNavicatPublicKey(HANDLE resUpdater, void* pemPublicKey, size_t length) {
return UpdateResource(resUpdater,
RT_RCDATA,
TEXT("ActivationPubKey"),
TEXT("ACTIVATIONPUBKEY"),
MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT),
pemPublicKey, length);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment