[vlc-commits] Qt: missing white space between the host and build date

Ludovic Fauvet git at videolan.org
Fri Jun 14 21:15:40 CEST 2013


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Fri Jun 14 15:25:57 2013 +0200| [a3aa3d0c228131ed1549af5293e9ac9b57887300] | committer: Ludovic Fauvet

Qt: missing white space between the host and build date

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a3aa3d0c228131ed1549af5293e9ac9b57887300
---

 modules/gui/qt4/dialogs/help.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp
index 0e8925c..453753b 100644
--- a/modules/gui/qt4/dialogs/help.cpp
+++ b/modules/gui/qt4/dialogs/help.cpp
@@ -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



More information about the vlc-commits mailing list