Commit a3aa3d0c authored by Ludovic Fauvet's avatar Ludovic Fauvet

Qt: missing white space between the host and build date

parent 23f5d5fe
......@@ -152,7 +152,7 @@ bool AboutDialog::eventFilter(QObject *obj, QEvent *event)
if( !b_advanced )
{
ui.version->setText(qfu( VLC_CompileBy() )+ "@" + qfu( VLC_CompileHost() )
+ __DATE__ + " " +__TIME__);
+ " " + __DATE__ + " " + __TIME__);
b_advanced = true;
}
else
......
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