]> git.sesse.net Git - vlc/commitdiff
vout/macosx: use shorter name
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sat, 18 Jan 2014 18:43:47 +0000 (19:43 +0100)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sat, 18 Jan 2014 21:35:05 +0000 (22:35 +0100)
This is a user-visible string, not the developers doku.

modules/video_output/macosx.m

index aa3b020f9cc2d51716d0f1c384943b6d741548fc..17752b7ca22cd33883ef7695a7965fa8088a174f 100644 (file)
@@ -83,7 +83,7 @@ static void OpenglSwap (vlc_gl_t *gl);
 vlc_module_begin ()
     /* Will be loaded even without interface module. see voutgl.m */
     set_shortname ("Mac OS X")
-    set_description (N_("Mac OS X OpenGL video output (requires drawable-nsobject)"))
+    set_description (N_("Mac OS X OpenGL video output"))
     set_category (CAT_VIDEO)
     set_subcategory (SUBCAT_VIDEO_VOUT)
     set_capability ("vout display", 300)