--- aumix-2.8~/src/common.c 2002-10-29 21:27:51 +0000 +++ aumix-2.8/src/common.c 2003-10-03 17:36:51 +0000 @@ -727,6 +727,10 @@ void I18nInitialize(void) /* Set the text message domain. */ bindtextdomain((char *) PACKAGE, LOCALEDIR); textdomain((char *) PACKAGE); +#if defined (HAVE_GTK) || defined (HAVE_GTK1) + if (getenv("DISPLAY") != NULL) + gtk_set_locale(); +#endif /* GTK */ #endif /* HAVE_NLS */ } #ifdef HAVE_ALSA