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
62058240
Commit
62058240
authored
Sep 20, 2007
by
CHARRAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change erronous word Hothey to Hotkey in 2 function names
parent
7e79113c
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
hotkeys_basic.cpp
common/hotkeys_basic.cpp
+2
-2
eeconfig.cpp
eeschema/eeconfig.cpp
+2
-2
menubar.cpp
eeschema/menubar.cpp
+1
-1
gerbview_config.cpp
gerbview/gerbview_config.cpp
+1
-1
tool_gerber.cpp
gerbview/tool_gerber.cpp
+1
-1
hotkeys_basic.h
include/hotkeys_basic.h
+2
-2
menubarpcb.cpp
pcbnew/menubarpcb.cpp
+1
-1
pcbcfg.cpp
pcbnew/pcbcfg.cpp
+1
-1
No files found.
common/hotkeys_basic.cpp
View file @
62058240
...
...
@@ -594,7 +594,7 @@ wxString ReturnHotkeyConfigFilePath( int choice )
/***************************************/
void
AddHot
h
eyConfigMenu
(
wxMenu
*
menu
)
void
AddHot
k
eyConfigMenu
(
wxMenu
*
menu
)
/***************************************/
/* add hotkey config options to a menu
...
...
@@ -647,7 +647,7 @@ void AddHotheyConfigMenu( wxMenu* menu )
/************************************************************************/
void
HandleHot
h
eyConfigMenuSelection
(
WinEDA_DrawFrame
*
frame
,
int
id
)
void
HandleHot
k
eyConfigMenuSelection
(
WinEDA_DrawFrame
*
frame
,
int
id
)
/************************************************************************/
/* called on hotkey file location selecton menu
* @param frame = current WinEDA_DrawFrame
...
...
eeschema/eeconfig.cpp
View file @
62058240
/******************************************************/
/** eeconfig.cpp : routines et menus de configuration */
/*******************************************************/
/*******************************************************/
#include "fctsys.h"
#include "common.h"
...
...
@@ -100,7 +100,7 @@ wxString FullFileName;
case
ID_PREFERENCES_HOTKEY_PATH_IS_HOME
:
case
ID_PREFERENCES_HOTKEY_PATH_IS_KICAD
:
HandleHot
h
eyConfigMenuSelection
(
this
,
id
);
HandleHot
k
eyConfigMenuSelection
(
this
,
id
);
break
;
default
:
...
...
eeschema/menubar.cpp
View file @
62058240
...
...
@@ -165,7 +165,7 @@ wxString msg;
configmenu
->
Append
(
item
);
configmenu
->
AppendSeparator
();
AddHot
h
eyConfigMenu
(
configmenu
);
AddHot
k
eyConfigMenu
(
configmenu
);
// Menu Help:
wxMenu
*
helpMenu
=
new
wxMenu
;
...
...
gerbview/gerbview_config.cpp
View file @
62058240
...
...
@@ -69,7 +69,7 @@ void WinEDA_GerberFrame::Process_Config( wxCommandEvent& event )
case
ID_PREFERENCES_HOTKEY_PATH_IS_HOME
:
case
ID_PREFERENCES_HOTKEY_PATH_IS_KICAD
:
HandleHot
h
eyConfigMenuSelection
(
this
,
id
);
HandleHot
k
eyConfigMenuSelection
(
this
,
id
);
break
;
default
:
...
...
gerbview/tool_gerber.cpp
View file @
62058240
...
...
@@ -124,7 +124,7 @@ void WinEDA_GerberFrame::ReCreateMenuBar( void )
_
(
"Save application preferences"
),
save_setup_xpm
);
configmenu
->
AppendSeparator
();
AddHot
h
eyConfigMenu
(
configmenu
);
AddHot
k
eyConfigMenu
(
configmenu
);
// Menu drill ( generation fichiers percage)
...
...
include/hotkeys_basic.h
View file @
62058240
...
...
@@ -91,8 +91,8 @@ COMMON_GLOBL int g_ConfigFileLocationChoice; /* 0 = files are in Home directo
/* Functions:
*/
wxString
ReturnHotkeyConfigFilePath
(
int
choice
);
void
AddHot
h
eyConfigMenu
(
wxMenu
*
menu
);
void
HandleHot
h
eyConfigMenuSelection
(
WinEDA_DrawFrame
*
frame
,
int
id
);
void
AddHot
k
eyConfigMenu
(
wxMenu
*
menu
);
void
HandleHot
k
eyConfigMenuSelection
(
WinEDA_DrawFrame
*
frame
,
int
id
);
wxString
ReturnKeyNameFromKeyCode
(
int
keycode
);
wxString
ReturnKeyNameFromCommandId
(
Ki_HotkeyInfo
**
List
,
int
CommandId
);
wxString
AddHotkeyName
(
const
wxString
&
text
,
Ki_HotkeyInfo
**
List
,
int
CommandId
);
...
...
pcbnew/menubarpcb.cpp
View file @
62058240
...
...
@@ -184,7 +184,7 @@ wxMenuBar * menuBar = GetMenuBar();
configmenu
->
Append
(
item
);
configmenu
->
AppendSeparator
();
AddHot
h
eyConfigMenu
(
configmenu
);
AddHot
k
eyConfigMenu
(
configmenu
);
/////////////////////////////
// Ajustage de dimensions: //
...
...
pcbnew/pcbcfg.cpp
View file @
62058240
...
...
@@ -108,7 +108,7 @@ wxString FullFileName;
case
ID_PREFERENCES_HOTKEY_PATH_IS_HOME
:
case
ID_PREFERENCES_HOTKEY_PATH_IS_KICAD
:
HandleHot
h
eyConfigMenuSelection
(
this
,
id
);
HandleHot
k
eyConfigMenuSelection
(
this
,
id
);
break
;
default
:
...
...
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