On Wednesday 17 July 2002 3:44 pm, Andre Poenitz wrote: > On Wed, Jul 17, 2002 at 01:49:24PM +0100, Angus Leeming wrote: > > But I'm not going to delve deeply at the moment. Fancy having a go? > > See attachment.
Oh, very neat. You should add a note to the user of the preferences dialog: FormPreferences::Converters::feedback(FL_OBJECT const * const ob) const { string str; ... } else if (ob == dialog_->input_converter) { str = _("The conversion command. $$i is the input file name, $$b is the file name without its extension and $$o is the name of the output file."); > [I don't like the 'extern' stuff, but it is used in othre places too, so I > guess it does not matter much] Me neither. You could always make LyX a singleton class and make these things accessible through it.... Angus