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
e06b4c11
Commit
e06b4c11
authored
Jun 20, 2007
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
work around debug assert
parent
84d8e910
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
dialog_general_options.cpp
pcbnew/dialog_general_options.cpp
+0
-2
find.cpp
pcbnew/find.cpp
+1
-1
No files found.
pcbnew/dialog_general_options.cpp
View file @
e06b4c11
...
...
@@ -210,8 +210,6 @@ wxString timevalue;
bool
WinEDA_PcbGeneralOptionsFrame
::
Create
(
wxWindow
*
parent
,
wxWindowID
id
,
const
wxString
&
caption
,
const
wxPoint
&
pos
,
const
wxSize
&
size
,
long
style
)
{
SetFont
(
*
g_DialogFont
);
////@begin WinEDA_PcbGeneralOptionsFrame member initialisation
m_PolarDisplay
=
NULL
;
m_BoxUnits
=
NULL
;
...
...
pcbnew/find.cpp
View file @
e06b4c11
...
...
@@ -139,8 +139,8 @@ int StartCount;
if
(
FindMarker
)
msg
=
_
(
"Marker not found"
);
else
msg
.
Printf
(
_
(
"<%s> Not Found"
),
s_OldStringFound
.
GetData
());
DisplayError
(
this
,
msg
,
10
);
EndModal
(
0
);
}
EndModal
(
0
);
}
...
...
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