[vlc-commits] Don't show 'Open Graphic Library' to users

Jean-Baptiste Kempf git at videolan.org
Wed Sep 7 12:32:21 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep  7 11:31:16 2011 +0200| [c98b3e78ef2f6196d67d66fce62a4bca07a43d66] | committer: Jean-Baptiste Kempf

Don't show 'Open Graphic Library' to users

This is shown in the list of selected modules in Simple preferences.

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

 modules/video_output/gl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/gl.c b/modules/video_output/gl.c
index 99af464..ac7d171 100644
--- a/modules/video_output/gl.c
+++ b/modules/video_output/gl.c
@@ -70,7 +70,7 @@ vlc_module_begin ()
 # define API VLC_OPENGL
 # define MODULE_VARNAME "gl"
     set_shortname (N_("OpenGL"))
-    set_description (N_("Open Graphics Library video output"))
+    set_description (N_("OpenGL video output"))
     set_category (CAT_VIDEO)
     set_subcategory (SUBCAT_VIDEO_VOUT)
     set_capability ("vout display", /*170*/0)



More information about the vlc-commits mailing list