From 2627b85226b621868a4425f4aea695ed089d7de5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 12 Jan 2003 23:04:21 +0000 Subject: [PATCH] typo.. just PACKAGE --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2