Skip to content
Snippets Groups Projects
Commit 91ab669d authored by Victor Poughon's avatar Victor Poughon
Browse files

DOC: fix tooltip typo

parent 8a50d511
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ void QtWidgetDirectoryParameter::DoCreateWidget()
// Set up input text edit
m_Button = new QPushButton(this);
m_Button->setText("...");
m_Button->setToolTip("Select d Directory...");
m_Button->setToolTip("Select a directory...");
m_Button->setMaximumWidth(m_Button->width());
connect( m_Button, &QPushButton::clicked, this, &QtWidgetDirectoryParameter::SelectFile );
m_HLayout->addWidget(m_Button);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment