chore: use consistent parameter names (#29361)
This commit is contained in:
parent
d18dbdd72b
commit
ba26580f23
19 changed files with 38 additions and 40 deletions
|
@ -20,7 +20,7 @@ typedef struct {
|
|||
typedef std::map<ui::Accelerator, MenuItem> AcceleratorTable;
|
||||
|
||||
// Parse a string as an accelerator.
|
||||
bool StringToAccelerator(const std::string& description,
|
||||
bool StringToAccelerator(const std::string& shortcut,
|
||||
ui::Accelerator* accelerator);
|
||||
|
||||
// Generate a table that contains menu model's accelerators and command ids.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue