Don't use gtk_set_locale

This commit is contained in:
Matthias Clasen 2010-12-16 23:42:17 -05:00
parent afa0ebf36b
commit 2211e52ec5

View File

@ -204,7 +204,6 @@ main (int argc, char *argv[])
{
GtkWidget *window1;
gtk_set_locale ();
gtk_init (&argc, &argv);
window1 = create_flicker ();