From c05eb621357c3765a62264350b0ef8077ac85b30 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 3 Jul 2007 08:23:04 +0000 Subject: [PATCH] add comment and ling to bug 3907. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18973 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/FileDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/qt4/FileDialog.cpp b/src/frontends/qt4/FileDialog.cpp index 5e8e42139f..b9925beaf1 100644 --- a/src/frontends/qt4/FileDialog.cpp +++ b/src/frontends/qt4/FileDialog.cpp @@ -28,6 +28,8 @@ * - the dialog does not use the quick directory buttons (Button * parameters); * - with Qt/Mac or Qt/Win, the dialogs native to the environment are used. + * - with Qt/Win and Qt <= 4.3.0, there was a number of bugs with our own + * file dialog (http://bugzilla.lyx.org/show_bug.cgi?id=3907). * * Therefore there is a tradeoff in enabling or disabling this (JMarc) */