From 80b77c3992271df7e855cec5697f95029fcf71f1 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 17 Feb 2003 22:42:13 +0000 Subject: fix translation of title: N() needs to be called after interactive->vnew has been called --- perl-install/standalone/drakgw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakgw') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index ef635010f..f0d65eeff 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -39,7 +39,6 @@ $::isInstall and die "Not supported during install.\n"; local $_ = join '', @ARGV; $::Wizard_pix_up = "wiz_drakgw.png"; -$::Wizard_title = N("Internet Connection Sharing"); $::direct = /-direct/; @@ -55,6 +54,7 @@ my $cups_conf = "/etc/cups/cupsd.conf"; my $shorewall = network::shorewall::read(); my $in = 'interactive'->vnew('su', 'default'); +$::Wizard_title = N("Internet Connection Sharing"); !$::isEmbedded && $in->isa('interactive::gtk') and $::isWizard = 1; -- cgit v1.2.1