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
3339f54f
Commit
3339f54f
authored
Apr 17, 2009
by
faa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
not build -DKICAD_GOST
parent
989ccd0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libfield.cpp
eeschema/libfield.cpp
+1
-1
No files found.
eeschema/libfield.cpp
View file @
3339f54f
...
...
@@ -93,7 +93,7 @@ static wxString ReturnFieldFullText( LibDrawField* aField)
{
#if defined(KICAD_GOST)
text
.
Printf
(
wxT
(
"%s?.%c"
),
aField
->
m_Text
.
m_Text
.
GetData
(),
CurrentUnit
+
'1'
-
1
);
aField
->
m_Text
.
GetData
(),
CurrentUnit
+
'1'
-
1
);
#else
text
.
Printf
(
wxT
(
"%s?%c"
),
...
...
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