]> Dogcows Code - chaz/openbox/commitdiff
typo.. just PACKAGE
authorDana Jansens <danakj@orodu.net>
Sun, 12 Jan 2003 23:04:21 +0000 (23:04 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 12 Jan 2003 23:04:21 +0000 (23:04 +0000)
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.022007 seconds and 4 git commands to generate.