minor i18n fix.

* plug-ins/script-fu/script-fu-console.c: minor i18n fix.

-- yasuhiro
This commit is contained in:
SHIRASAKI Yasuhiro 2000-02-13 09:07:15 +00:00
parent 1fdcc0deed
commit 716144bcc5
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-02-13 Shirasaki Yasuhiro <yasuhiro@gnome.gr.jp>
* plug-ins/script-fu/script-fu-console.c: minor i18n fix.
Sat Feb 12 17:49:02 PST 2000 Manish Singh <yosh@gimp.org>
* plug-ins/bmp/Makefile.am

View File

@ -184,11 +184,11 @@ script_fu_console_interface (void)
argv = g_new (gchar *, 1);
argv[0] = g_strdup ("script-fu");
INIT_I18N_UI();
gtk_init (&argc, &argv);
gtk_rc_parse (gimp_gtkrc ());
INIT_I18N_UI();
dlg = gtk_dialog_new ();
gtk_window_set_title (GTK_WINDOW (dlg), _("Script-Fu Console"));
gtk_signal_connect (GTK_OBJECT (dlg), "destroy",