Commit 260319c5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: missing qtr

parent 60e75ffe
......@@ -146,7 +146,7 @@ void SoutDialog::addDest( )
case 0:
{
FileDestBox *fdb = new FileDestBox( this );
index = ui.destTab->addTab( fdb, "File" );
index = ui.destTab->addTab( fdb, qtr( "File" ) );
CONNECT( fdb, mrlUpdated(), this, updateMRL() );
}
break;
......
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