<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I just saw that with Lazarus 1.6 QuestionDLG has been changed (too).<br>
    My code:<br>
    <br>
                      Answer := QuestionDlg('File overwrite',S2,<br>
                                             mtConfirmation,[mrNo,   
    '&No','IsDefault',<br>
                                                             mrYes,  
    '&Yes',<br>
                                                            
    mrIgnore,'ne&Ver',<br>
                                                             mrAll,  
    'a&LL',<br>
                                                             488,    
    '&Older files only',<br>
                                                             588,    
    'files with different &Size and date only',<br>
                                                             188,    
    'copy/move with &Different name',<br>
                                                             288,    
    'rename existing &Target file (prior to '+S+')',<br>
                                                             388,    
    '&Compare files',<br>
                                                             mrAbort,
    '&Abort '+S],0);<br>
    <br>
    (with S2 beeing the text) showed this dialog with Lazarus 1.4 :<br>
    <br>
    <br>
    <img src="cid:part1.05070803.06010706@gmx.de" alt=""><br>
    <br>
    Now it looks like this:<br>
    <br>
    <img src="cid:part2.06040307.07090204@gmx.de" alt=""><br>
    <br>
    The idea of using a TMemo is not bad but then it should have the
    width of the <br>
    window so that my text is not broken into more lines than neseccary.<br>
    <br>
    <br>
    Also, the escape key no longer selects mrAbort.<br>
    I cannot exit from the dialog with escape.<br>
    Is this intended?<br>
    <br>
  </body>
</html>