]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibtex.C
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormBibtex.C
index d7e80046091659ece6f6754b98d8222e6c1b93d7..cbe76f66c3fa29ba9e3324c7cd9bea36f680a2df 100644 (file)
@@ -86,6 +86,8 @@ void FormBibtex::build()
 
        str = _("Choose a BibTeX style from the list.");
        tooltips().init(dialog_->browser_styles, str);
+       // Work-around xforms' bug; enable tooltips for browser widgets.
+       setPrehandler(dialog_->browser_styles);
 
        str = _("Updates your TeX system for a new bibstyle list. Only "
                "the styles which are in directories where TeX finds them "