big i18n fix patch from SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp>. Fixes

those pesky menu problems

-Yosh
This commit is contained in:
Manish Singh
1999-08-24 19:57:55 +00:00
parent dbe96e67d2
commit 3423edf7eb
16 changed files with 149 additions and 105 deletions

View File

@ -1105,7 +1105,8 @@ script_fu_interface (SFScript *script)
argc = 1;
argv = g_new (gchar *, 1);
argv[0] = g_strdup ("script-fu");
gtk_set_locale();
gtk_init (&argc, &argv);
gtk_rc_parse (gimp_gtkrc ());