]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDialog.cpp
Avoid extra space in tooltips
[lyx.git] / src / frontends / qt4 / GuiDialog.cpp
index cad37e654b9d9ffcc4c01af2bfb85e07019ba50d..2f57dc82800260144eaad9789e29af0cd0e5680b 100644 (file)
@@ -25,7 +25,7 @@ namespace lyx {
 namespace frontend {
 
 GuiDialog::GuiDialog(GuiView & lv, QString const & name, QString const & title)
-       : QDialog(&lv), Dialog(lv, name, "LyX: " + title), updating_(false), 
+       : QDialog(&lv), Dialog(lv, name, "LyX: " + title), updating_(false),
          is_closing_(false)
 {
        connect(&lv, SIGNAL(bufferViewChanged()),