6245164
diff -up asymptote-1.80/settings.cc.BAD asymptote-1.80/settings.cc
6245164
--- asymptote-1.80/settings.cc.BAD	2009-07-10 17:27:43.824929320 -0400
6245164
+++ asymptote-1.80/settings.cc	2009-07-10 17:28:18.505949915 -0400
6245164
@@ -81,11 +81,11 @@ const bool haveglut=false;
6245164
 bool msdos=false;
6245164
 string HOME="HOME";
6245164
 const char pathSeparator=':';
6245164
-string defaultPSViewer="gv";
6245164
+string defaultPSViewer="evince";
6245164
 #ifdef __APPLE__
6245164
 string defaultPDFViewer="open";
6245164
 #else  
6245164
-string defaultPDFViewer="acroread";
6245164
+string defaultPDFViewer="evince";
6245164
 #endif  
6245164
 string defaultGhostscript="gs";
6245164
 string defaultPython;