From c26e59c7a0918291d2817a8178be4b9f72c1eeee Mon Sep 17 00:00:00 2001 From: jstebbins Date: Tue, 22 Mar 2011 01:08:37 +0000 Subject: [PATCH] LinGui: No need to call gtk_set_locale gtk_init does it for us. And since gtk_set_locale is being removed from gtk+-3.0, might as well remove the call. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3863 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/src/main.c b/gtk/src/main.c index 6c6b268ce..f55abd348 100644 --- a/gtk/src/main.c +++ b/gtk/src/main.c @@ -786,7 +786,6 @@ main (int argc, char *argv[]) dvd_device = argv[1]; } - gtk_set_locale (); gtk_init (&argc, &argv); gtk_rc_parse_string(hud_rcstyle); g_type_class_unref(g_type_class_ref(GTK_TYPE_BUTTON)); -- 2.40.0