> >
> > URL: http://www.lyx.org/trac/changeset/21048
> > Log:
> > isome more FileName shuffling
>
> [..]
>
> > +bool FileName::isWritable() const
> > +{
> > +     QFileInfo const fi(toqstr(name_));
> > +     return fi.isReadable();
> > +}
>
> Ouch...

And I just fixed tex2lyx for you.

Bo

Reply via email to