Should set_locale before gtk_init.

This commit is contained in:
Vanilla I. Shu 2002-04-17 09:18:26 +00:00
parent f6f1938e24
commit a1d63a1ccb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57792
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= Gimp
PORTVERSION= 1.211
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Gimp

View file

@ -3,8 +3,8 @@
@@ -200,6 +200,7 @@
if ($gtk_init) {
require Gtk;
Gtk->init;
+ Gtk->set_locale;
Gtk->init;
Gtk::Rc->parse (Gimp->gtkrc);
Gtk::Gdk->set_use_xshm (Gimp->use_xshm);
Gtk::Preview->set_gamma (Gimp->gamma);