FIX: In a few dialog boxes, show correctly the ampersand sign that may be present in filenames instead of removing it and show a single letter underlined. For example will show <Delete selected "Questions & réponses.docx" into trash can?> instead of showing <Delete selected "Questions _réponses.docx" into trash can?>.

This commit is contained in:
Denis Bisson 2016-06-12 23:24:50 +00:00
commit ff8b35095b
4 changed files with 5 additions and 0 deletions

View file

@ -82,6 +82,7 @@ object frmFileOp: TfrmFileOp
Width = 476
Align = alClient
ParentColor = False
ShowAccelChar = False
end
end
object pnlTo: TPanel
@ -104,6 +105,7 @@ object frmFileOp: TfrmFileOp
Width = 476
Align = alClient
ParentColor = False
ShowAccelChar = False
end
object lblTo: TLabel
Left = 0

View file

@ -28,6 +28,7 @@ object frmMsg: TfrmMsg
BorderSpacing.Right = 12
Caption = '456456465465465'
ParentColor = False
ShowAccelChar = False
end
object pnlButtons: TPanel
AnchorSideBottom.Side = asrBottom

View file

@ -37,6 +37,7 @@ object frmCopyDlg: TfrmCopyDlg
BorderSpacing.Top = 8
BorderSpacing.Right = 8
ParentColor = False
ShowAccelChar = False
end
object edtDst: TKASPathEdit
AnchorSideLeft.Control = Owner

View file

@ -25,6 +25,7 @@ inherited frmDeleteDlg: TfrmDeleteDlg
Width = 399
Anchors = [akTop, akLeft, akRight]
ParentColor = False
ShowAccelChar = False
WordWrap = True
end
end