This commit is contained in:
dt
2009-11-02 19:52:28 +01:00
parent 7411536173
commit cb5bc3ba16
10 changed files with 24 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ OptionsPageWidget::OptionsPageWidget(QWidget *parent) :
QWidget(parent)
{
m_ui.setupUi(this);
m_ui.commandChooser->setExpectedKind(Core::Utils::PathChooser::Command);
m_ui.commandChooser->setExpectedKind(Utils::PathChooser::Command);
m_ui.commandChooser->setPromptDialogTitle(tr("Mercurial Command"));
}