Use ExistingCommand in PathChooser where it makes sense

This commit is contained in:
Tobias Hunger
2010-09-23 17:28:18 +02:00
parent 37c641e668
commit f06512d5f7
8 changed files with 9 additions and 9 deletions

View File

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