[vlc-devel] commit: i18n: Fix in Qt4/Help (Christophe Mutricy )
git version control
git at videolan.org
Wed Aug 27 01:14:51 CEST 2008
vlc | branch: 0.9-bugfix | Christophe Mutricy <xtophe at videolan.org> | Tue Aug 26 22:06:40 2008 +0100| [7fb4eb5f53126cd5f6d04486ba7d74b782c19739] | committer: Christophe Mutricy
i18n: Fix in Qt4/Help
Spotted-by: Cristian Secară
(cherry picked from commit c234419bb4975e62600b9eaeac973ebfb093a1f6)
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7fb4eb5f53126cd5f6d04486ba7d74b782c19739
---
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 41352b0..bf01380 100644
--- a/modules/gui/qt4/dialogs/help.cpp
+++ b/modules/gui/qt4/dialogs/help.cpp
@@ -122,7 +122,7 @@ AboutDialog::AboutDialog( QWidget *parent, intf_thread_t *_p_intf)
+ qtr( "This version of VLC was compiled by:\n " )
+ qfu( VLC_CompileBy() )+ "@" + qfu( VLC_CompileHost() ) + "."
+ qfu( VLC_CompileDomain() ) + ".\n"
- + "Compiler: " + qfu( VLC_Compiler() ) + ".\n"
+ + qtr( "Compiler: " ) + qfu( VLC_Compiler() ) + ".\n"
+ qtr( "Based on Git commit: " ) + qfu( VLC_Changeset() ) + ".\n"
+ qtr( "You are using the Qt4 Interface.\n\n" )
+ qtr( "Copyright (C) " ) + COPYRIGHT_YEARS
More information about the vlc-devel
mailing list