From 77b7e8adeabcf3d720fa774d2073135560afa376 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 17 Aug 2006 08:53:10 +0000 Subject: [PATCH] get rid of QT3_SUPPORT and some cleanup git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14743 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/QDialogView.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/QDialogView.C b/src/frontends/qt4/QDialogView.C index 8d92cc94d1..de25f40122 100644 --- a/src/frontends/qt4/QDialogView.C +++ b/src/frontends/qt4/QDialogView.C @@ -54,7 +54,7 @@ void QDialogView::show() if (dialog().controller().exitEarly()) return; - form()->setCaption(toqstr("LyX: " + getTitle())); + form()->setWindowTitle(toqstr("LyX: " + getTitle())); if (form()->isVisible()) { form()->raise(); -- 2.39.2