Skip to content

Commit

Permalink
遗漏
Browse files Browse the repository at this point in the history
  • Loading branch information
larryli committed Jun 7, 2024
2 parents 20f31a0 + e2ccb06 commit d020741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/pageant.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ DWORD errorShow(const char* pcErrText, const char* pcErrParam) {
hwRParent = GetActiveWindow();
if (hwRParent != NULL) { hwRParent = GetLastActivePopup(hwRParent); }

if (MessageBox(hwRParent, pcMessage, "Error", MB_OK | MB_APPLMODAL | MB_ICONEXCLAMATION) == 0) {
if (MessageBox(hwRParent, pcMessage, "错误", MB_OK | MB_APPLMODAL | MB_ICONEXCLAMATION) == 0) {
/* JK: this is really bad -> just ignore */
return 0;
}
Expand Down

0 comments on commit d020741

Please sign in to comment.