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
81d34872
Commit
81d34872
authored
Dec 20, 2011
by
Wayne Stambaugh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix debug assertion on wxWidgets 2.9.3.
parent
d41b81fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
files.cpp
pcbnew/files.cpp
+1
-1
No files found.
pcbnew/files.cpp
View file @
81d34872
...
@@ -302,7 +302,7 @@ this file again." ) );
...
@@ -302,7 +302,7 @@ this file again." ) );
{
{
wxString
msg
=
wxString
::
Format
(
_
(
"Error loading board.
\n
%s"
),
wxString
msg
=
wxString
::
Format
(
_
(
"Error loading board.
\n
%s"
),
ioe
.
errorText
.
GetData
()
);
ioe
.
errorText
.
GetData
()
);
wxMessageBox
(
msg
,
_
(
"Open Board File"
),
wxICON_ERROR
);
wxMessageBox
(
msg
,
_
(
"Open Board File"
),
wxICON_ERROR
|
wxOK
);
}
}
if
(
!
aAppend
)
if
(
!
aAppend
)
...
...
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