Commit e9e4ed2d authored by Christophe Mutricy's avatar Christophe Mutricy

We don't want the & and ... in the title

parent 565fb0b2
......@@ -346,7 +346,7 @@ void DialogsProvider::simpleMLAppendDialog()
**/
static void openDirectory( intf_thread_t *p_intf, bool pl, bool go )
{
QString dir = QFileDialog::getExistingDirectory( 0, qtr(I_OP_OPDIR) );
QString dir = QFileDialog::getExistingDirectory( 0, qtr("Open Directory") );
if (!dir.isEmpty()) {
input_item_t *p_input = input_ItemNewExt( THEPL,
qtu( "directory://" + dir ), NULL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment