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
63cf8c53
Commit
63cf8c53
authored
Sep 21, 2007
by
CHARRAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes about hotkeys in onrightclick.cpp
parent
0a2ed094
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
728 additions
and
753 deletions
+728
-753
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+661
-702
class_module.cpp
pcbnew/class_module.cpp
+1
-1
onrightclick.cpp
pcbnew/onrightclick.cpp
+66
-50
No files found.
internat/fr/kicad.mo
View file @
63cf8c53
No preview for this file type
internat/fr/kicad.po
View file @
63cf8c53
This diff is collapsed.
Click to expand it.
pcbnew/class_module.cpp
View file @
63cf8c53
...
...
@@ -1129,7 +1129,7 @@ void MODULE::Display_Infos( WinEDA_DrawFrame* frame )
pos
+=
4
;
msg
=
wxT
(
".."
);
if
(
IsLocked
()
)
msg
[
0
]
=
'
F
'
;
msg
[
0
]
=
'
L
'
;
if
(
m_ModuleStatus
&
MODULE_is_PLACED
)
msg
[
1
]
=
'P'
;
Affiche_1_Parametre
(
frame
,
pos
,
_
(
"Stat"
),
msg
,
MAGENTA
);
...
...
pcbnew/onrightclick.cpp
View file @
63cf8c53
This diff is collapsed.
Click to expand it.
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