]> git.sesse.net Git - vlc/blobdiff - modules/control/ntservice.c
* modules/control/http.c: Added an id="include" macro to include
[vlc] / modules / control / ntservice.c
old mode 100755 (executable)
new mode 100644 (file)
index be50dcf..0a097dc
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ntservice.c: Windows NT/2K/XP service interface
  *****************************************************************************
- * Copyright (C) 2004 VideoLAN
+ * Copyright (C) 2004 the VideoLAN team
  * $Id$
  *
  * Authors: Gildas Bazin <gbazin@videolan.org>
@@ -58,6 +58,7 @@ static void Close   ( vlc_object_t * );
     "(common values are: logger, sap, rc, http)")
 
 vlc_module_begin();
+    set_shortname( _("NT Service"));
     set_description( _("Windows Service interface") );
     set_category( CAT_INTERFACE );
     set_subcategory( SUBCAT_INTERFACE_CONTROL );