vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon 
Jan  8 16:14:21 2018 +0100| [bc0a3178ffd9c0f766a0ae3650b78b6e8f09da3d] | 
committer: Jean-Baptiste Kempf

opengl: remove new translations

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

 modules/video_output/opengl/vout_helper.h | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/modules/video_output/opengl/vout_helper.h 
b/modules/video_output/opengl/vout_helper.h
index ded2116c0f..97d961e0de 100644
--- a/modules/video_output/opengl/vout_helper.h
+++ b/modules/video_output/opengl/vout_helper.h
@@ -195,8 +195,8 @@ static const char * const dither_text[] = {
     "Bayer matrix (ordered dither)",
 };
 
-#define DEPTH_TEXT N_("Dither depth override (0 = framebuffer depth)")
-#define DEPTH_LONGTEXT N_("Overrides the detected framebuffer depth. Useful to 
dither to lower bit depths than otherwise required.")
+#define DEPTH_TEXT "Dither depth override (0 = framebuffer depth)"
+#define DEPTH_LONGTEXT "Overrides the detected framebuffer depth. Useful to 
dither to lower bit depths than otherwise required."
 
 #define add_glopts_placebo() \
     set_section("Colorspace conversion", NULL) \
@@ -224,9 +224,8 @@ static const char * const dither_text[] = {
 #define add_glopts_placebo()
 #endif
 
-#define GLCONV_TEXT N_("Open GL/GLES hardware converter")
-#define GLCONV_LONGTEXT N_( \
-    "Force a \"glconv\" module.")
+#define GLCONV_TEXT "Open GL/GLES hardware converter"
+#define GLCONV_LONGTEXT "Force a \"glconv\" module."
 
 #define add_glopts() \
     add_module ("glconv", "glconv", NULL, GLCONV_TEXT, GLCONV_LONGTEXT, true) \

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to