Remove superflous ... from window titles.

Task-number: QTCREATORBUG-1116
This commit is contained in:
Daniel Molkentin
2010-04-19 15:31:59 +02:00
parent 0fa50d922e
commit 0783156161
3 changed files with 3 additions and 3 deletions

View File

@@ -768,7 +768,7 @@ void MainWindow::registerDefaultActions()
void MainWindow::newFile()
{
showNewItemDialog(tr("New...", "Title of dialog"), IWizard::allWizards(),
showNewItemDialog(tr("New", "Title of dialog"), IWizard::allWizards(),
QString(), m_coreImpl->newItemDialogPreferredWizardKinds());
}