Fix search dialog title. Add "Exit" to the Symbian menu. Attempt to fix
[dorian] / searchdialog.cpp
index f5faf1d..bc5256c 100644 (file)
@@ -6,7 +6,7 @@
 
 SearchDialog::SearchDialog(QWidget *parent): Dyalog(parent)
 {
-    setWindowTitle(tr("SearchDialog"));
+    setWindowTitle(tr("Search the Web"));
 
     QLabel *titleLabel = new QLabel(tr("Title:"), this);
     title = new QLineEdit(this);