Commit 6fc271e1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: do not put an email in the interface

(cherry picked from commit 86aab926)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 7d3b2e27
......@@ -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@videolan.org, http://www.videolan.org" );
+ "http://www.videolan.org" );
/* GPL License */
ui.licenseEdit->setText( qfu( psz_license ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment