]> Dogcows Code - chaz/openbox/blobdiff - src/main.cc
start on otk::ustring (unicode/utf8)
[chaz/openbox] / src / main.cc
index 94fefacc459c7d0001f376edd9342357ccbaf6d1..a43d21b11acc192c1b355c7a5c108ca255fdb88e 100644 (file)
@@ -22,7 +22,7 @@ int main(int argc, char **argv) {
   // initialize the locale
   setlocale(LC_ALL, "");
   bindtextdomain(PACKAGE, LOCALEDIR);
-  bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
+  bind_textdomain_codeset(PACKAGE, "UTF-8");
   textdomain(PACKAGE);
 
   ob::Openbox openbox(argc, argv);
This page took 0.019479 seconds and 4 git commands to generate.