messagecomposer: fixed result for QuestionDlg, bug #23640

git-svn-id: trunk@39844 -
This commit is contained in:
mattias 2013-01-13 21:49:12 +00:00
parent c4c927e1ef
commit 81894596dd

View File

@ -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