mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Display flash-icon in menuitems for functions.
This commit is contained in:
@ -839,6 +839,7 @@ begin
|
||||
continue;
|
||||
mi := TMenuItem.Create(self);
|
||||
mi.Caption := MySqlFunctions[j].Name;
|
||||
mi.ImageIndex := 86;
|
||||
// Prevent generating a hotkey
|
||||
mi.Caption := StringReplace(mi.Caption, '&', '&&', [rfReplaceAll]);
|
||||
// Prevent generating a seperator line
|
||||
|
Reference in New Issue
Block a user