]> git.sesse.net Git - vlc/commitdiff
Syntax error
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 12 May 2009 16:12:44 +0000 (19:12 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 12 May 2009 16:12:44 +0000 (19:12 +0300)
modules/gui/qt4/dialogs/help.cpp

index 54d722c288e9a741c8ba92643e718c08a8778d69..f3b40779f323d4eb0d3624f0723502c5c20c59c9 100644 (file)
@@ -96,7 +96,7 @@ AboutDialog::AboutDialog( QWidget *parent, intf_thread_t *_p_intf)
     closeButton->setDefault( true );
 
     QLabel *introduction = new QLabel(
-            qtr( "VLC media player" ) + qfu( " " VERSION_MESSAGE );
+            qtr( "VLC media player" ) + qfu( " " VERSION_MESSAGE ) );
     QLabel *iconVLC = new QLabel;
     if( QDate::currentDate().dayOfYear() >= 354 )
         iconVLC->setPixmap( QPixmap( ":/vlc48-christmas.png" ) );