Georg Baum <[EMAIL PROTECTED]> writes: > > Am Sonntag, 30. Januar 2005 17:20 schrieb Andreas Vox: > > > - Ask for overwrite of bitmap files (appears that eporter doesn't do > > that yet) > > It should do. See copyFile() in exporter.C. Are you really sure that it > does not ask if a file exists already? Maybe this is related to the > following:
Indeed. I changed the code to: string const bitmapfile = sgml::bitmaps()->findSnippet(ls.str()); string const ext = "." + GetExtension(bitmapfile); and now LyX asks before overwriting any *.png files (and we are lucky to have a "yes to all" option :-) ) Ciao /Andreas