mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Same as for TExtForm: translate in TDBObjectEditor.OnCreate, not in all derived editor classed
This commit is contained in:
@ -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)'));
|
||||
|
Reference in New Issue
Block a user