[vlc-devel] commit: Don't i18n'd "" (Christophe Mutricy )

git version control git at videolan.org
Sat Nov 22 18:03:45 CET 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sat Nov 22 16:43:19 2008 +0000| [1c76d96f74fe8703a5bae8ae36b8a9e01d3f9996] | committer: Christophe Mutricy 

Don't i18n'd ""

It's reserved by gettext. gettext("") will output the headers.

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

 modules/codec/dirac.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/dirac.c b/modules/codec/dirac.c
index 6354d33..b7a300e 100644
--- a/modules/codec/dirac.c
+++ b/modules/codec/dirac.c
@@ -114,11 +114,11 @@ static const char *const enc_codingmode_list_text[] =
 
 #define ENC_MCBLK_WIDTH "mc-blk-width"
 #define ENC_MCBLK_WIDTH_TEXT N_("Width of motion compensation blocks")
-#define ENC_MCBLK_WIDTH_LONGTEXT N_("")
+#define ENC_MCBLK_WIDTH_LONGTEXT ""
 
 #define ENC_MCBLK_HEIGHT "mc-blk-height"
 #define ENC_MCBLK_HEIGHT_TEXT N_("Height of motion compensation blocks")
-#define ENC_MCBLK_HEIGHT_LONGTEXT N_("")
+#define ENC_MCBLK_HEIGHT_LONGTEXT ""
 
 /* also known as XBSEP and YBSEP */
 #define ENC_MCBLK_OVERLAP "mc-blk-overlap"




More information about the vlc-devel mailing list