Joost Verburg wrote:
Index: lyx_main.C =================================================================== --- lyx_main.C (revision 15338) +++ lyx_main.C (working copy) @@ -474,6 +474,9 @@// Query the OS to know what formats are viewed nativelyformats.setAutoOpen(); + + // This one may have been distributed along with LyX. + readRcFile("lyxrc.distviewers");system_lyxrc = lyxrc;system_formats = formats;
No objections? Can I commit it? Joost