]> git.sesse.net Git - vlc/commitdiff
Qt: missing white space between the host and build date
authorLudovic Fauvet <etix@videolan.org>
Fri, 14 Jun 2013 13:25:57 +0000 (15:25 +0200)
committerLudovic Fauvet <etix@videolan.org>
Fri, 14 Jun 2013 18:41:18 +0000 (20:41 +0200)
modules/gui/qt4/dialogs/help.cpp

index 0e8925caaf740d6dcece164e8b8bd59a46ca1848..453753b28a4b397fb5afed3a3f626a243a4b381c 100644 (file)
@@ -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