diff options
-rwxr-xr-x | perl-install/standalone/drakfloppy | 4 |
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'); |