Commit eab8b4ac authored by David Fuhrmann's avatar David Fuhrmann

vout/macosx: use shorter name

This is a user-visible string, not the developers doku.
parent dad64d35
......@@ -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)
......
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