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
b92dc298
Commit
b92dc298
authored
Sep 10, 2008
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor change in about_kicad.cpp
parent
d115b668
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
about_kicad.cpp
common/about_kicad.cpp
+5
-4
No files found.
common/about_kicad.cpp
View file @
b92dc298
...
...
@@ -15,16 +15,17 @@ wxString SetMsg( const wxString& msg )
/* add \n at the beginning of msg under Windows, and do nothing under other version of wxWidgets
* Needed under wxWidgets 2.8 because wxGTK and wxMSW do not have the same behavior
* Add
Developer needs \n between names under wxGTK, and nothing under wxMSW
* Add
Developer needs \n between names under wxMSW, and nothing under wxGTK
* when displaying developer and others.
*
can be removed for next wxWidgets versions when this wxWidgets bug will be solved
*
Perhaps depending on wxWidgets versions
*/
{
wxString
tmp
;
#ifdef __WINDOWS__
// #ifdef __WINDOWS__
#if 1
tmp
=
wxT
(
"
\n
"
);
#endif
#endif
tmp
<<
msg
;
return
tmp
;
...
...
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