vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Feb 9 00:18:00 2012 +0100| [6fc271e1b2f57a103c893fb2ee79f99fa15f9d30] | committer: Jean-Baptiste Kempf
Qt: do not put an email in the interface (cherry picked from commit 86aab926b11c0dfddb7a1603b66a8ccaef738471) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=6fc271e1b2f57a103c893fb2ee79f99fa15f9d30 --- 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 a288ce1..1bca9c5 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" ) - + "[email protected], http://www.videolan.org" ); + + "http://www.videolan.org" ); /* GPL License */ ui.licenseEdit->setText( qfu( psz_license ) ); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
