typo.. just PACKAGE

This commit is contained in:
Dana Jansens 2003-01-12 23:04:21 +00:00
parent 88dbe7c248
commit 2627b85226

View file

@ -22,7 +22,7 @@ int main(int argc, char **argv) {
// initialize the locale // initialize the locale
setlocale(LC_ALL, ""); setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR); bindtextdomain(PACKAGE, LOCALEDIR);
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); bind_textdomain_codeset(PACKAGE, "UTF-8");
textdomain(PACKAGE); textdomain(PACKAGE);
ob::Openbox openbox(argc, argv); ob::Openbox openbox(argc, argv);