diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-08-20 17:02:32 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-08-20 17:02:32 +0000 |
commit | 17197a4af8f13282a7803772a631db201ebc1051 (patch) | |
tree | d4da76e4dc23024ce704d060e24721ab209b4ea2 /gecko.pm | |
parent | 1902e00742359afc3200e89babed6fdea64bdd09 (diff) | |
download | control-center-17197a4af8f13282a7803772a631db201ebc1051.tar control-center-17197a4af8f13282a7803772a631db201ebc1051.tar.gz control-center-17197a4af8f13282a7803772a631db201ebc1051.tar.bz2 control-center-17197a4af8f13282a7803772a631db201ebc1051.tar.xz control-center-17197a4af8f13282a7803772a631db201ebc1051.zip |
removed need of perl-gettext module (no more used)
updated Danish, Greek, Spanish, Indonesian and Vietnamese files
Diffstat (limited to 'gecko.pm')
-rwxr-xr-x | gecko.pm | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -7,7 +7,6 @@ use POSIX qw(getenv); use Gtk::MozEmbed; use MDK::Common; -use Locale::GetText; use lib qw(/usr/lib/libDrakX); use interactive; use standalone; @@ -16,9 +15,8 @@ use standalone; # unless you use a threaded perl, you need to run this app with: # LD_PRELOAD=libpthread-0.9.so or something like that to make use of networking - -Gtk->set_locale; init Gtk; +Gtk->set_locale; system("LD_PRELOAD=libpthread.so ; export LD_PRELOAD"); |