(main): Reverted recent changes (#ifdef).

This commit is contained in:
Sergey Poznyakoff
2004-12-22 10:53:48 +00:00
parent 19f60610d1
commit 6bc808b25f

View File

@@ -1622,9 +1622,7 @@ main (int argc, char **argv)
set_start_time ();
program_name = argv[0];
#ifdef HAVE_SETLOCALE
setlocale (LC_ALL, "");
#endif
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);