always enable NLS, screw'em
[apps/madmutt.git] / charset.cpkg
index 0056160..2da4379 100644 (file)
@@ -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);
 }