git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8766fed
)
Fix invalid use of gettext
author
Rémi Denis-Courmont
<remi@remlab.net>
Tue, 12 May 2009 15:41:19 +0000
(18:41 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Tue, 12 May 2009 15:41:46 +0000
(18:41 +0300)
modules/gui/qt4/dialogs/help.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/dialogs/help.cpp
b/modules/gui/qt4/dialogs/help.cpp
index
563edb1
..
54d722c
100644
(file)
--- a/
modules/gui/qt4/dialogs/help.cpp
+++ b/
modules/gui/qt4/dialogs/help.cpp
@@
-96,7
+96,7
@@
AboutDialog::AboutDialog( QWidget *parent, intf_thread_t *_p_intf)
closeButton->setDefault( true );
QLabel *introduction = new QLabel(
- qtr( "VLC media player"
" " VERSION_MESSAGE )
);
+ qtr( "VLC media player"
) + qfu( " " VERSION_MESSAGE
);
QLabel *iconVLC = new QLabel;
if( QDate::currentDate().dayOfYear() >= 354 )
iconVLC->setPixmap( QPixmap( ":/vlc48-christmas.png" ) );