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
dd4e9021
Commit
dd4e9021
authored
Apr 15, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo; bug in lib component edition: doc filename was entered from browse button without extension.
parent
7cd50d33
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
811 additions
and
1609 deletions
+811
-1609
edit_component_in_lib.cpp
eeschema/edit_component_in_lib.cpp
+1
-1
gerbview_config.cpp
gerbview/gerbview_config.cpp
+1
-1
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+808
-1606
pcbplot.cpp
pcbnew/pcbplot.cpp
+1
-1
No files found.
eeschema/edit_component_in_lib.cpp
View file @
dd4e9021
...
...
@@ -791,7 +791,7 @@ void WinEDA_PartPropertiesFrame::BrowseAndSelectDocFile( wxCommandEvent& event )
if
(
pathlen
<
0
// a subpath is found
||
pathlen
>
(
int
)
fn
.
GetPath
().
Len
()
)
// a better subpath if found
{
filename
=
fn
.
GetPathWithSep
()
+
fn
.
GetName
();
filename
=
fn
.
GetPathWithSep
()
+
fn
.
Get
Full
Name
();
pathlen
=
fn
.
GetPath
().
Len
();
}
fn
=
FullFileName
;
//Try to find a better subpath
...
...
gerbview/gerbview_config.cpp
View file @
dd4e9021
...
...
@@ -23,7 +23,7 @@
const
wxString
GerbviewProjectFileExt
(
wxT
(
"cnf"
)
);
const
wxString
GerbviewProjectFileWildcard
(
_
(
"Ger
v
View project files "
\
const
wxString
GerbviewProjectFileWildcard
(
_
(
"Ger
b
View project files "
\
"(.cnf)|*.cnf"
)
);
...
...
internat/fr/kicad.mo
View file @
dd4e9021
No preview for this file type
internat/fr/kicad.po
View file @
dd4e9021
This diff is collapsed.
Click to expand it.
pcbnew/pcbplot.cpp
View file @
dd4e9021
...
...
@@ -693,7 +693,7 @@ void WinEDA_PlotFrame::Plot( wxCommandEvent& event )
case
PLOT_FORMAT_HPGL
:
ext
=
wxT
(
"plt"
);
wildcard
=
_
(
"HPGL pl
a
t files (.plt)|*.plt"
);
wildcard
=
_
(
"HPGL pl
o
t files (.plt)|*.plt"
);
break
;
}
...
...
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