summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectwindow.cpp
diff options
context:
space:
mode:
authorJens Bache-Wiig <jbache@trolltech.com>2010-03-12 12:11:30 +0100
committerJens Bache-Wiig <jbache@trolltech.com>2010-03-12 12:12:31 +0100
commit1ed2874b4c12ef9cac0861bac83f323e2cc86db3 (patch)
tree21f96262a5b441bf3822f6ea888c9d95f70640a8 /src/plugins/projectexplorer/projectwindow.cpp
parent3e6ba8bae63f6686f85ea0c8b1c2e79e688f2538 (diff)
downloadqt-creator-1ed2874b4c12ef9cac0861bac83f323e2cc86db3.tar.gz
Remove redundant projects label
As discussed with nigel, this label doesnt really make sense. It is confusing because you might thing you should click it and tab widgets do not usually require labels to indicate that you should press them.
Diffstat (limited to 'src/plugins/projectexplorer/projectwindow.cpp')
-rw-r--r--src/plugins/projectexplorer/projectwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectwindow.cpp b/src/plugins/projectexplorer/projectwindow.cpp
index 296e18141d..e5f2bfe47b 100644
--- a/src/plugins/projectexplorer/projectwindow.cpp
+++ b/src/plugins/projectexplorer/projectwindow.cpp
@@ -263,7 +263,6 @@ ProjectWindow::ProjectWindow(QWidget *parent)
viewLayout->setSpacing(0);
m_tabWidget = new DoubleTabWidget(this);
- m_tabWidget->setTitle(tr("Select a Project:"));
viewLayout->addWidget(m_tabWidget);
// Setup our container for the contents: