]> git.sesse.net Git - vlc/blobdiff - modules/video_output/x11/x11.c
(A few minor pending patches I had around)
[vlc] / modules / video_output / x11 / x11.c
index 044a3123ec0c3fa572948b9a709377beb7eed989..19e9d7e9b16596b57397cd6a1a9da12d34dbb7b1 100644 (file)
@@ -2,7 +2,7 @@
  * x11.c : X11 plugin for vlc
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: x11.c,v 1.1 2002/08/04 17:23:44 sam Exp $
+ * $Id: x11.c,v 1.2 2002/08/26 09:12:46 sam Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -64,7 +64,7 @@ extern void E_(Deactivate) ( vlc_object_t * );
     "Use shared memory to communicate between vlc and the X server.")
 
 vlc_module_begin();
-    add_category_hint( N_("Miscellaneous"), NULL );
+    add_category_hint( N_("X11"), NULL );
     add_string( "x11-display", NULL, NULL, DISPLAY_TEXT, DISPLAY_LONGTEXT );
     add_bool( "x11-altfullscreen", 0, NULL, ALT_FS_TEXT, ALT_FS_LONGTEXT );
     add_integer( "x11-drawable", -1, NULL, DRAWABLE_TEXT, DRAWABLE_LONGTEXT );