Same as for TExtForm: translate in TDBObjectEditor.OnCreate, not in all derived editor classed

This commit is contained in:
Ansgar Becker
2019-07-22 07:28:07 +02:00
parent 44c7df7501
commit 71d9ef9011
6 changed files with 1 additions and 5 deletions

View File

@ -104,7 +104,6 @@ uses main, dbstructures, grideditlinks;
constructor TfrmRoutineEditor.Create(AOwner: TComponent);
begin
inherited;
TranslateComponent(Self);
// Combo items in a .dfm are sporadically lost after an IDE restart,
// so we set them here to avoid developer annoyance
comboType.Items.Add(_('Procedure (doesn''t return a result)'));