[vlc-commits] vout/macosx: use shorter name

David Fuhrmann git at videolan.org
Sat Jan 18 22:35:45 CET 2014


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sat Jan 18 19:43:47 2014 +0100| [eab8b4acfd921903639aeee57f10e67248c39c41] | committer: David Fuhrmann

vout/macosx: use shorter name

This is a user-visible string, not the developers doku.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eab8b4acfd921903639aeee57f10e67248c39c41
---

 modules/video_output/macosx.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m
index aa3b020..17752b7 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -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)



More information about the vlc-commits mailing list