resolved compile issue (#99)

This commit is contained in:
Zero Fanker 2024-10-02 16:27:04 -04:00 committed by GitHub
parent 52bfa8321b
commit 204bdf0ea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -243,9 +243,7 @@ void CAll::OnAddkey()
CString sec;
m_Sections.GetLBText(cusection, sec);
CString key, value;
key = InputBox("Please set the name and value for the current key here: (for example, setting a new key ""Strength"" with the value 200 can be written as ""Strength=200"". You don´t need to specify a value.)", "Create key");
CString key = InputBox("Please set the name and value for the current key here: (for example, setting a new key ""Strength"" with the value 200 can be written as ""Strength=200"". You don´t need to specify a value.)", "Create key");
if (key.IsEmpty()) {
return;
}