Hi,
In src/frontends/xforms/FormLog.C I find:
* \author John Levon
[...]
void FormLog::update()
{
fl_clear_browser(dialog_->browser);
if (controller().logfile().first == Buffer::buildlog) {
fl_set_form_title(dialog_->form, _("Build log"));
if (!fl_load_browser(dialog_->browser,
controller().logfile().second.c_str()))
fl_add_browser_line(dialog_->browser,
_("No build log file found"));
return;
}
[...]
After that, it handles the update for the LaTeX Log file.
But this particular code for Build Log: is it still in use?
If not, this code can go.
BTW: I have already integrated the version output into the About LyX
dialog (the info you get with "lyx --version"). Here in my tree, that is :).
Regards,
Rob.