From 410c3aa5db5600f94559ccd507e569863aba458b Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sun, 30 Apr 2000 02:21:44 +0000 Subject: Small i18n fixes --- perl-install/my_gtk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/my_gtk.pm') diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index 8fb641f87..ed3f5cd16 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -33,6 +33,7 @@ sub new { my ($type, $title, %opts) = @_; Gtk->init; + Gtk->set_locale; my $o = bless { %opts }, $type; $o->_create_window($title); while (my $e = shift @tempory::objects) { $e->destroy } -- cgit v1.2.1