mirror of https://gitlab.com/basile.b/dexed.git
update version + add file needed for a previous commit
This commit is contained in:
parent
2510316275
commit
762989f6f5
|
@ -1 +1 @@
|
|||
3_update_2
|
||||
3_update_3
|
||||
|
|
|
@ -119,6 +119,17 @@ inherited CEEditorWidget: TCEEditorWidget
|
|||
Caption = 'Next protection attribute'
|
||||
OnClick = mnuedNextProtGrpClick
|
||||
end
|
||||
object MenuItem14: TMenuItem
|
||||
Caption = '-'
|
||||
end
|
||||
object mnuedPrevWarn: TMenuItem
|
||||
Caption = 'Previous warning'
|
||||
OnClick = mnuedPrevWarnClick
|
||||
end
|
||||
object mnuedNextWarn: TMenuItem
|
||||
Caption = 'Next warning'
|
||||
OnClick = mnuedNextWarnClick
|
||||
end
|
||||
object MenuItem2: TMenuItem
|
||||
Caption = '-'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue