Fix forward navigation control on Linux.
[dorian] / searchdialog.cpp
index f5faf1d..e2f2b99 100644 (file)
@@ -6,7 +6,9 @@
 
 SearchDialog::SearchDialog(QWidget *parent): Dyalog(parent)
 {
-    setWindowTitle(tr("SearchDialog"));
+    TRACE;
+    setWindowTitle(tr("Search the Web"));
+    setAttribute(Qt::WA_DeleteOnClose, false);
 
     QLabel *titleLabel = new QLabel(tr("Title:"), this);
     title = new QLineEdit(this);