Commit 86aab926 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: do not put an email in the interface

parent 1e95ac23
...@@ -117,7 +117,7 @@ AboutDialog::AboutDialog( intf_thread_t *_p_intf) ...@@ -117,7 +117,7 @@ AboutDialog::AboutDialog( intf_thread_t *_p_intf)
+ qtr( "You are using the Qt4 Interface.\n\n" ) + qtr( "You are using the Qt4 Interface.\n\n" )
+ qtr( "Copyright (C) " ) + COPYRIGHT_YEARS + qtr( "Copyright (C) " ) + COPYRIGHT_YEARS
+ qtr( " by the VideoLAN Team.\n" ) + qtr( " by the VideoLAN Team.\n" )
+ "vlc@videolan.org, http://www.videolan.org" ); + "http://www.videolan.org" );
/* GPL License */ /* GPL License */
ui.licenseEdit->setText( qfu( psz_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