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
92f8f006
Commit
92f8f006
authored
Sep 25, 2012
by
marco.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MacOSX - Fixed some issues launching bundles/binaries
parent
5fa61ecd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gestfich.cpp
common/gestfich.cpp
+2
-2
No files found.
common/gestfich.cpp
View file @
92f8f006
...
...
@@ -423,9 +423,9 @@ int ExecuteFile( wxWindow* frame, const wxString& ExecFile, const wxString& para
#ifdef __WXMAC__
if
(
wxFileExists
(
FullFileName
)
||
wxDir
::
Exists
(
FullFileName
)
)
{
ProcessExecute
(
wx
T
(
"open -a
"
)
+
ExecFile
+
wxT
(
" "
)
+
param
);
ProcessExecute
(
wx
GetApp
().
GetExecutablePath
()
+
wxT
(
"/
"
)
+
ExecFile
+
wxT
(
" "
)
+
param
);
}
else
{
ProcessExecute
(
wxT
(
"open "
)
+
param
);
ProcessExecute
(
wxT
(
"
/usr/bin/
open "
)
+
param
);
}
return
0
;
#else
...
...
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