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'
|
Caption = 'Next protection attribute'
|
||||||
OnClick = mnuedNextProtGrpClick
|
OnClick = mnuedNextProtGrpClick
|
||||||
end
|
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
|
object MenuItem2: TMenuItem
|
||||||
Caption = '-'
|
Caption = '-'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue