mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
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:
parent
fead560031
commit
ff8b35095b
4 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ object frmMsg: TfrmMsg
|
|||
BorderSpacing.Right = 12
|
||||
Caption = '456456465465465'
|
||||
ParentColor = False
|
||||
ShowAccelChar = False
|
||||
end
|
||||
object pnlButtons: TPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ object frmCopyDlg: TfrmCopyDlg
|
|||
BorderSpacing.Top = 8
|
||||
BorderSpacing.Right = 8
|
||||
ParentColor = False
|
||||
ShowAccelChar = False
|
||||
end
|
||||
object edtDst: TKASPathEdit
|
||||
AnchorSideLeft.Control = Owner
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ inherited frmDeleteDlg: TfrmDeleteDlg
|
|||
Width = 399
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
ParentColor = False
|
||||
ShowAccelChar = False
|
||||
WordWrap = True
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue