mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 12:01:42 +00:00
Typo corrections (hotkey in place of hothey; thanks David Bourgeois)
This commit is contained in:
parent
664a1f727b
commit
eb660b7c13
@ -79,7 +79,7 @@ void WinEDA_GerberFrame::OnHotKey( wxDC* DC, int hotkey,
|
||||
/* Hot keys. Some commands are relatives to the item under the mouse cursor
|
||||
* Commands are case insensitive
|
||||
* @param DC = current device context
|
||||
* @param hotkey = hothey code (ascii or wxWidget code for special keys)
|
||||
* @param hotkey = hotkey code (ascii or wxWidget code for special keys)
|
||||
* @param DrawStruct = NULL or pointer on a EDA_BaseStruct under the mouse cursor
|
||||
*/
|
||||
|
||||
|
@ -164,7 +164,7 @@ void WinEDA_PcbFrame::OnHotKey( wxDC* DC, int hotkey,
|
||||
/* Hot keys. Some commands are relatives to the item under the mouse cursor
|
||||
* Commands are case insensitive
|
||||
* @param DC = current device context
|
||||
* @param hotkey = hothey code (ascii or wxWidget code for special keys)
|
||||
* @param hotkey = hotkey code (ascii or wxWidget code for special keys)
|
||||
* @param DrawStruct = NULL or pointer on a EDA_BaseStruct under the mouse cursor
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user