You've already forked lazarus-ccr
tvplanit: Fix print format editor crashing due to translated radiogroup items.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5897 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -188,6 +188,7 @@ object frmEditFormat: TfrmEditFormat
|
||||
BorderSpacing.Bottom = 4
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
ModalResult = 1
|
||||
OnClick = btnOkClick
|
||||
TabOrder = 0
|
||||
end
|
||||
@ -203,6 +204,7 @@ object frmEditFormat: TfrmEditFormat
|
||||
BorderSpacing.Bottom = 4
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
ModalResult = 2
|
||||
OnClick = btnCancelClick
|
||||
TabOrder = 1
|
||||
end
|
||||
|
Reference in New Issue
Block a user