kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00665
Re: Mac & PDF
On 30. okt. 2007, at 23:25, emmedics4 wrote:
Adds the possibility to open pdf files with the default viewer.
wxT( "/usr/bin/gpdf" ),
+ wxT( "/usr/bin/open" ),
wxT( "" ),
Look 10 lines up:
success = filetype->GetOpenCommand( &command, params );
Judging from the wxWidgets sources, this does exactly what your patch
do (finds the "open" command under Mac OS X).
..or did I miss out on smth.?
~/= Marius
--
We are Elektropeople for a better living.
References