From: Christophe Mutricy Date: Sat, 22 Nov 2008 16:43:19 +0000 (+0000) Subject: Don't i18n'd "" X-Git-Tag: 1.0.0-pre1~2061 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1c76d96f74fe8703a5bae8ae36b8a9e01d3f9996;p=vlc Don't i18n'd "" It's reserved by gettext. gettext("") will output the headers. --- diff --git a/modules/codec/dirac.c b/modules/codec/dirac.c index 6354d330c6..b7a300e4a9 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"