update version + add file needed for a previous commit

This commit is contained in:
Basile Burg 2017-07-09 15:08:49 +02:00
parent 2510316275
commit 762989f6f5
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 12 additions and 1 deletions

View File

@ -1 +1 @@
3_update_2
3_update_3

View File

@ -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