[vlc-devel] commit: i18n: Fix in Qt4/Help (Christophe Mutricy )
git version control
git at videolan.org
Tue Aug 26 23:06:35 CEST 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Tue Aug 26 22:06:40 2008 +0100| [c234419bb4975e62600b9eaeac973ebfb093a1f6] | committer: Christophe Mutricy
i18n: Fix in Qt4/Help
Spotted-by: Cristian Secară
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c234419bb4975e62600b9eaeac973ebfb093a1f6
---
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