[vlc-commits] Qt: do not put an email in the interface
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 9 00:20:52 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 9 00:18:00 2012 +0100| [86aab926b11c0dfddb7a1603b66a8ccaef738471] | committer: Jean-Baptiste Kempf
Qt: do not put an email in the interface
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=86aab926b11c0dfddb7a1603b66a8ccaef738471
---
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 7de55ff..da515b8 100644
--- a/modules/gui/qt4/dialogs/help.cpp
+++ b/modules/gui/qt4/dialogs/help.cpp
@@ -117,7 +117,7 @@ AboutDialog::AboutDialog( intf_thread_t *_p_intf)
+ qtr( "You are using the Qt4 Interface.\n\n" )
+ qtr( "Copyright (C) " ) + COPYRIGHT_YEARS
+ qtr( " by the VideoLAN Team.\n" )
- + "vlc at videolan.org, http://www.videolan.org" );
+ + "http://www.videolan.org" );
/* GPL License */
ui.licenseEdit->setText( qfu( psz_license ) );
More information about the vlc-commits
mailing list