X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcontrol%2Fshowintf.c;h=bce406778fa8071dbc238c3f53080d6704e46759;hb=8e8e64419dbc027b464e227b7d1b4f6056394ebb;hp=3dfc146742f16fc0bab8fa780defce1954ed6cc0;hpb=998bed8498ac1162e6336bde6bb588e558382c46;p=vlc diff --git a/modules/control/showintf.c b/modules/control/showintf.c index 3dfc146742..bce406778f 100644 --- a/modules/control/showintf.c +++ b/modules/control/showintf.c @@ -1,8 +1,8 @@ /***************************************************************************** * showintf.c: control the display of the interface in fullscreen mode ***************************************************************************** - * Copyright (C) 2004 VideoLAN - * $Id:$ + * Copyright (C) 2004 the VideoLAN team + * $Id$ * * Authors: Olivier Teuliere * @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ /***************************************************************************** @@ -64,10 +64,8 @@ static int MouseEvent( vlc_object_t *, char const *, vlc_module_begin(); set_shortname( "Showintf" ); - set_category( CAT_INTERFACE ); - set_subcategory( SUBCAT_INTERFACE_CONTROL ); add_integer( "showintf-threshold", 10, NULL, THRESHOLD_TEXT, THRESHOLD_LONGTEXT, VLC_TRUE ); - set_description( _("Interface showing control interface") ); + set_description( _("Show interface with mouse") ); set_capability( "interface", 0 ); set_callbacks( E_(Open), E_(Close) );