mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Unrar - MsgChoiceBox function
(cherry picked from commit 5669554329)
This commit is contained in:
parent
ab6c5c9316
commit
b7dac1002b
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ begin
|
|||
try
|
||||
PasswordU:= Format(rsDictNotAllowed, [DictSize, P2, DictSize]) + LineEnding;
|
||||
|
||||
if gStartupInfo.MsgChoiceBox(PAnsiChar(PasswordU), PAnsiChar(rsDictLargeWarning), Buttons) = 0 then
|
||||
if gStartupInfo.MsgChoiceBox(PAnsiChar(PasswordU), PAnsiChar(rsDictLargeWarning), Buttons, 0, 1) = 0 then
|
||||
Result:= 1
|
||||
else begin
|
||||
Result:= -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue