DBG: Do not treat "&" as accel-char when displaying exceptions. Issue #0023321

git-svn-id: trunk@39285 -
This commit is contained in:
martin 2012-11-15 23:50:18 +00:00
parent 1bb2d62a3c
commit 6e09d09556

View File

@ -10,7 +10,7 @@ object IDEExceptionDlg: TIDEExceptionDlg
ClientHeight = 113
ClientWidth = 612
Position = poScreenCenter
LCLVersion = '0.9.31'
LCLVersion = '1.1'
object lblMessage: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
@ -23,6 +23,7 @@ object IDEExceptionDlg: TIDEExceptionDlg
Constraints.MinHeight = 70
Constraints.MinWidth = 600
ParentColor = False
ShowAccelChar = False
WordWrap = True
end
object btnContinue: TBitBtn