]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormForks.C
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormForks.C
index d776fffa9e5fdc01653a0268ea7d077d509b6c0e..b6494c332b63fec25952c9b7095b5f8ef2dcd278 100644 (file)
@@ -56,9 +56,13 @@ void FormForks::build() {
        // Set up the tooltip mechanism
        string str = _("All currently running child processes forked by LyX.");
        tooltips().init(dialog_->browser_children, str);
+       // Work-around xforms' bug; enable tooltips for browser widgets.
+       setPrehandler(dialog_->browser_children);
 
        str = _("A list of all child processes to kill.");
        tooltips().init(dialog_->browser_kill, str);
+       // Work-around xforms' bug; enable tooltips for browser widgets.
+       setPrehandler(dialog_->browser_kill);
 
        str = _("Add all processes to the list of processes to kill.");
        tooltips().init(dialog_->button_all, str);