]> Dogcows Code - chaz/openbox/blobdiff - src/main.cc
typo.. just PACKAGE
[chaz/openbox] / src / main.cc
index 1311ce51df59c32357ad8e5372172577939eff08..a43d21b11acc192c1b355c7a5c108ca255fdb88e 100644 (file)
@@ -22,6 +22,7 @@ int main(int argc, char **argv) {
   // initialize the locale
   setlocale(LC_ALL, "");
   bindtextdomain(PACKAGE, LOCALEDIR);
+  bind_textdomain_codeset(PACKAGE, "UTF-8");
   textdomain(PACKAGE);
 
   ob::Openbox openbox(argc, argv);
This page took 0.025323 seconds and 4 git commands to generate.