From: Dana Jansens Date: Sun, 12 Jan 2003 23:04:21 +0000 (+0000) Subject: typo.. just PACKAGE X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=2627b85226b621868a4425f4aea695ed089d7de5;hp=88dbe7c24863ebb77446a1e2b7c3ceb46422a89c;p=chaz%2Fopenbox typo.. just PACKAGE --- diff --git a/src/main.cc b/src/main.cc index 94fefacc..a43d21b1 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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);