mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 20:00:16 +08:00
Forgotten file change for previous commit. See https://www.heidisql.com/forum.php?t=36100
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user