mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Let TExtForm translate all strings on a form, to reduce the code in any FormCreate event
This commit is contained in:
@ -93,7 +93,6 @@ begin
|
||||
memoDescription.Height := AppSettings.ReadInt(asSQLHelpPnlRightTopHeight);
|
||||
Caption := DEFAULT_WINDOW_CAPTION;
|
||||
FixVT(treeTopics);
|
||||
TranslateComponent(Self);
|
||||
HasSizeGrip := True;
|
||||
|
||||
treeTopics.Clear;
|
||||
|
Reference in New Issue
Block a user