X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FXFormsView.C;h=ee8c67f1ece47ac892336ac616fa733a71f8d2e0;hb=21226de2b87a86be19fff025cace3d286a75aa76;hp=bbb2d7c820e275cfdcfaec9adc7cb4b0c5fef569;hpb=9c4d5b9889c0a220dab6b6e8660ee171e238dd00;p=lyx.git diff --git a/src/XFormsView.C b/src/XFormsView.C index bbb2d7c820..ee8c67f1ec 100644 --- a/src/XFormsView.C +++ b/src/XFormsView.C @@ -58,7 +58,7 @@ XFormsView::XFormsView(int width, int height) // Connect the minibuffer signals minibuffer->stringReady.connect(SigC::slot(getLyXFunc(), - &LyXFunc::miniDispatch)); + &LyXFunc::miniDispatch)); minibuffer->timeout.connect(SigC::slot(getLyXFunc(), &LyXFunc::initMiniBuffer)); @@ -212,9 +212,10 @@ void XFormsView::init() } -void XFormsView::setWindowTitle(string const & title) +void XFormsView::setWindowTitle(string const & title, string const & icon_title) { fl_set_form_title(form_, title.c_str()); + fl_winicontitle(form_->window, icon_title.c_str()); }