mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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
This commit is contained in:
parent
ae2cce4188
commit
77b7e8adea
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user