|
@@ -178,7 +178,7 @@ end;
|
|
|
|
|
|
function QuestMessageYesNo(const AMsg: string): Boolean;
|
|
function QuestMessageYesNo(const AMsg: string): Boolean;
|
|
begin
|
|
begin
|
|
- Result := MessageBox(Application.Handle, PChar(AMsg), PChar('ѯÎÊ'), MB_YESNO or MB_ICONQUESTION) = IDOK;
|
|
|
|
|
|
+ Result := MessageBox(Application.Handle, PChar(AMsg), PChar('ѯÎÊ'), MB_YESNO or MB_ICONQUESTION) = IDYes;
|
|
Application.ProcessMessages;
|
|
Application.ProcessMessages;
|
|
end;
|
|
end;
|
|
|
|
|