summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfloppy
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-25 10:58:20 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-25 10:58:20 +0000
commit363271a7e85b1d13198ccaff9d69b60ca9e53a77 (patch)
tree3a87e71277b221011065ced498de9d540fa545ad /perl-install/standalone/drakfloppy
parentcd278a56e2abef87d66d56ef27e6ea2ab4a805d9 (diff)
downloaddrakx-363271a7e85b1d13198ccaff9d69b60ca9e53a77.tar
drakx-363271a7e85b1d13198ccaff9d69b60ca9e53a77.tar.gz
drakx-363271a7e85b1d13198ccaff9d69b60ca9e53a77.tar.bz2
drakx-363271a7e85b1d13198ccaff9d69b60ca9e53a77.tar.xz
drakx-363271a7e85b1d13198ccaff9d69b60ca9e53a77.zip
this tool really is gtk2 ported, so do not trash languages not handled
by gtk+-1.x
Diffstat (limited to 'perl-install/standalone/drakfloppy')
-rwxr-xr-xperl-install/standalone/drakfloppy4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/standalone/drakfloppy b/perl-install/standalone/drakfloppy
index 7ed1918e8..e3e01f151 100755
--- a/perl-install/standalone/drakfloppy
+++ b/perl-install/standalone/drakfloppy
@@ -32,10 +32,6 @@ use common;
use ugtk2 qw(:create :dialogs :helpers :wrappers);
use detect_devices;
-#- languages that can't be displayed with gtk1, so we unset translations
-#- for them until this tool is ported to gtk2
-$ENV{LANGUAGE} = "C" if $ENV{LANGUAGE} =~ /\b(ar|he|hi|ta)/;
-
require_root_capability();
my $window = ugtk2->new('drakfloppy');