X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=charset.cpkg;h=2da43799d48182dbc65f83ae4faba1330530ba7e;hb=b10940c18a5b0c8276d308b0601efac585d33966;hp=0056160b0b87ab070b78ad0c5ccaf70a0cc048de;hpb=366c938a78d928880c77bfe31a8715184c918d41;p=apps%2Fmadmutt.git diff --git a/charset.cpkg b/charset.cpkg index 0056160..2da4379 100644 --- a/charset.cpkg +++ b/charset.cpkg @@ -59,9 +59,7 @@ static char *charset_init(void) res = buff2; } #endif -#ifdef ENABLE_NLS bind_textdomain_codeset(PACKAGE, res); -#endif return m_strdup(res); }