Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
eb660b7c
Commit
eb660b7c
authored
Sep 21, 2007
by
g_harland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo corrections (hotkey in place of hothey; thanks David Bourgeois)
parent
664a1f72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
hotkeys.cpp
gerbview/hotkeys.cpp
+1
-1
hotkeys.cpp
pcbnew/hotkeys.cpp
+1
-1
No files found.
gerbview/hotkeys.cpp
View file @
eb660b7c
...
...
@@ -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 = hot
h
ey code (ascii or wxWidget code for special keys)
* @param hotkey = hot
k
ey code (ascii or wxWidget code for special keys)
* @param DrawStruct = NULL or pointer on a EDA_BaseStruct under the mouse cursor
*/
...
...
pcbnew/hotkeys.cpp
View file @
eb660b7c
...
...
@@ -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 = hot
h
ey code (ascii or wxWidget code for special keys)
* @param hotkey = hot
k
ey code (ascii or wxWidget code for special keys)
* @param DrawStruct = NULL or pointer on a EDA_BaseStruct under the mouse cursor
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment