get rid of QT3_SUPPORT and some cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14762 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-08-17 08:59:28 +00:00
parent fe5a193198
commit ca6e17c52a

View File

@ -44,7 +44,7 @@ void QShowFile::build_dialog()
void QShowFile::update_contents()
{
dialog_->setName(toqstr(controller().getFileName()));
dialog_->setWindowTitle(toqstr(controller().getFileName()));
string contents = controller().getFileContents();
if (contents.empty()) {