Fixed wrong window title

This commit is contained in:
Chenx221 2024-10-05 13:18:40 +08:00
parent b0e60a0114
commit b98b350332
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -194,7 +194,7 @@
FormBorderStyle = FormBorderStyle.FixedSingle;
MaximizeBox = false;
Name = "Form1";
Text = "KeyGen For bishop_crackme_05";
Text = "KeyGen For bjcm10b";
ResumeLayout(false);
PerformLayout();
}