diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2000-04-30 02:21:44 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2000-04-30 02:21:44 +0000 |
commit | 410c3aa5db5600f94559ccd507e569863aba458b (patch) | |
tree | f145f66e21e641e070aa7900493111e5d8597031 /perl-install/my_gtk.pm | |
parent | 87b4bc37165d6311d61ae87cb2a2fcf099726a99 (diff) | |
download | drakx-410c3aa5db5600f94559ccd507e569863aba458b.tar drakx-410c3aa5db5600f94559ccd507e569863aba458b.tar.gz drakx-410c3aa5db5600f94559ccd507e569863aba458b.tar.bz2 drakx-410c3aa5db5600f94559ccd507e569863aba458b.tar.xz drakx-410c3aa5db5600f94559ccd507e569863aba458b.zip |
Small i18n fixes
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r-- | perl-install/my_gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |