[vlc-devel] commit: Syntax error ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue May 12 18:14:18 CEST 2009


vlc | branch: 0.9-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Tue May 12 19:12:44 2009 +0300| [ff650e8514862afc0e5a7ecb3814e5ed09a70267] | committer: Rémi Denis-Courmont 

Syntax error
(cherry picked from commit 9b9051c4c1a6809decf476b2ca9e3c0a61963edc)

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

 modules/gui/qt4/dialogs/help.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp
index 73e3f1b..f39668d 100644
--- a/modules/gui/qt4/dialogs/help.cpp
+++ b/modules/gui/qt4/dialogs/help.cpp
@@ -98,7 +98,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" ) );




More information about the vlc-devel mailing list