On Saturday 23 March 2002 5:27 pm, Herbert Voss wrote: > Angus Leeming wrote: > > Change line 611 of insets/insetgraphics.C form > > string filename_ = params().filename; > > to > > string filename_ = MakeAbsPath(params().filename, buf->filePath()); > > why do you save the the file with relpath and not with the > one which the user inserts in the gui? > > in insetgraphicparams (write() 3rd line) > > > << MakeRelPath(filename, buf->filePath()) > > Herbert
I thought I'd tracked all these down. Obviously not... I shouldn't. Thanks, Herbert. Angus