summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-01-20 21:47:10 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-01-20 21:47:10 (GMT)
commitc632dffabdd3387547bd07cd96754deab47703bc (patch)
treeaa70a482fe8d08abab9ef067d14bb9e8af57a588 /Swift
parent004dfd8d4305b767b624be10072597ef3e311753 (diff)
downloadswift-c632dffabdd3387547bd07cd96754deab47703bc.zip
swift-c632dffabdd3387547bd07cd96754deab47703bc.tar.bz2
Added MUC search title.
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp b/Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp
index 3bdc433..de8ceb6 100644
--- a/Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp
+++ b/Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp
@@ -27,6 +27,7 @@ QtMUCSearchWindow::QtMUCSearchWindow() {
setWindowIcon(QIcon(":/logo-icon-16.png"));
#endif
setModal(true);
+ setWindowTitle("Search Room");
ui_.filter_->hide();
model_ = new MUCSearchModel();
delegate_ = new MUCSearchDelegate();