mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-05 00:13:39 +01:00
messagecomposer: fixed result for QuestionDlg, bug #23640
git-svn-id: trunk@39844 -
This commit is contained in:
parent
c4c927e1ef
commit
81894596dd
@ -288,7 +288,7 @@ begin
|
||||
|
||||
DlgType := DlgTypeComboBox.Text;
|
||||
MsgButtons := EmptyStr;
|
||||
if ButtonsCheckGroup.Enabled then begin //MessageDlg();
|
||||
if ButtonsNotebook.PageIndex = 0 then begin //MessageDlg();
|
||||
if ButtonsCheckGroup.Checked[0] then
|
||||
MsgButtons := MsgButtons+' mbYes,';
|
||||
if ButtonsCheckGroup.Checked[1] then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user