Forgotten file change for previous commit. See https://www.heidisql.com/forum.php?t=36100

This commit is contained in:
Ansgar Becker
2020-04-24 14:38:22 +02:00
parent 849a50c4f3
commit b2ed8023f6

View File

@ -550,7 +550,7 @@ begin
then begin
Highlighter := Components[i] as TSynSQLSyn;
Name := Highlighter.Name;
Name := RegExprGetMatch('_([^_]+)$', Name, 1, False);
Name := RegExprGetMatch('_([^_]+)$', Name, 1);
if Name <> '' then begin
comboEditorColorsPreset.Items.Add(_(Name));
end;