← Back to team overview

kicad-developers team mailing list archive

Mac & PDF

 

Adds the possibility to open pdf files with the default viewer.

Index: gestfich.cpp
===================================================================
--- gestfich.cpp (revision 383)
+++ gestfich.cpp (working copy)
@@ -667,6 +668,7 @@
wxT( "/usr/bin/xpdf" ),
wxT( "/usr/bin/konqueror" ),
wxT( "/usr/bin/gpdf" ),
+ wxT( "/usr/bin/open" ),
wxT( "" ),
};
for( int i = 0; ; i++ )








Follow ups