Bazaar: Fixup, set unique action id.

Duplicate ids in Mercurial, Bazaar.
This commit is contained in:
Friedemann Kleint
2011-02-28 17:28:41 +01:00
parent d16e7a305e
commit 273b1da2fc
11 changed files with 29 additions and 27 deletions

View File

@@ -45,11 +45,11 @@ PullOrPushDialog::PullOrPushDialog(Mode mode, QWidget *parent) :
m_ui->setupUi(this);
m_ui->localPathChooser->setExpectedKind(Utils::PathChooser::Directory);
if (m_mode == PullMode) {
this->setWindowTitle(tr("Pull source"));
this->setWindowTitle(tr("Pull Source"));
m_ui->useExistingDirCheckBox->setVisible(false);
m_ui->createPrefixCheckBox->setVisible(false);
} else {
this->setWindowTitle(tr("Push destination"));
this->setWindowTitle(tr("Push Destination"));
m_ui->localCheckBox->setVisible(false);
}
this->adjustSize();