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
98ea05d0
Commit
98ea05d0
authored
Feb 17, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
d8fae88f
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
90 additions
and
87 deletions
+90
-87
build_version.cpp
common/build_version.cpp
+2
-2
libedit.cpp
eeschema/libedit.cpp
+1
-1
libeditframe.cpp
eeschema/libeditframe.cpp
+2
-0
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+83
-82
version.txt
version.txt
+2
-2
No files found.
common/build_version.cpp
View file @
98ea05d0
...
...
@@ -6,10 +6,10 @@
#endif
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2010-02-
09
)"
#define KICAD_BUILD_VERSION "(2010-02-
17
)"
#endif
#define VERSION_STABILITY "RC
2
"
#define VERSION_STABILITY "RC
3
"
/** Function GetBuildVersion()
* Return the build date and version
...
...
eeschema/libedit.cpp
View file @
98ea05d0
...
...
@@ -338,7 +338,7 @@ void WinEDA_LibeditFrame::DisplayCmpDoc()
else
msg
=
m_component
->
GetAliasDataDocFileName
(
m_aliasName
);
AppendMsgPanel
(
_
(
"
d
atasheet"
),
msg
,
DARKDARKGRAY
);
AppendMsgPanel
(
_
(
"
D
atasheet"
),
msg
,
DARKDARKGRAY
);
}
...
...
eeschema/libeditframe.cpp
View file @
98ea05d0
...
...
@@ -137,6 +137,8 @@ EVT_UPDATE_UI( ID_LIBEDIT_GET_FRAME_EDIT_FIELDS,
WinEDA_LibeditFrame
::
OnUpdateEditingPart
)
EVT_UPDATE_UI
(
ID_LIBEDIT_CHECK_PART
,
WinEDA_LibeditFrame
::
OnUpdateEditingPart
)
EVT_UPDATE_UI
(
ID_LIBEDIT_GET_FRAME_EDIT_PART
,
WinEDA_LibeditFrame
::
OnUpdateEditingPart
)
EVT_UPDATE_UI
(
wxID_UNDO
,
WinEDA_LibeditFrame
::
OnUpdateUndo
)
EVT_UPDATE_UI
(
wxID_REDO
,
WinEDA_LibeditFrame
::
OnUpdateRedo
)
EVT_UPDATE_UI
(
ID_LIBEDIT_SAVE_CURRENT_LIB
,
...
...
internat/fr/kicad.mo
View file @
98ea05d0
No preview for this file type
internat/fr/kicad.po
View file @
98ea05d0
This diff is collapsed.
Click to expand it.
version.txt
View file @
98ea05d0
release version:
2010 feb
09
2010 feb
17
files (.zip,.tgz):
kicad-2010-02-
09-RC2
kicad-2010-02-
17-RC3
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