From e2afbf8c73204719b345674a6e212f47e789d806 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 17 Feb 2003 22:49:14 +0000 Subject: fix translation of title by calling N() after interactive->vnew --- perl-install/standalone/drakpxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakpxe b/perl-install/standalone/drakpxe index 723ecceac..6bd222a53 100755 --- a/perl-install/standalone/drakpxe +++ b/perl-install/standalone/drakpxe @@ -33,7 +33,6 @@ use network::netconnect; $::isInstall and die "Not supported during install.\n"; $::Wizard_pix_up = "wiz_drakgw.png"; #- to change ? keep existing one, nobody will see (too late) ;-) -$::Wizard_title = N("PXE Server Configuration"); $::direct = grep { /-direct/ } @ARGV; @@ -54,6 +53,7 @@ my $intf = {}; network::read_all_conf('', $netc, $intf); my $in = 'interactive'->vnew('su', 'default'); +$::Wizard_title = N("PXE Server Configuration"); !$::isEmbedded && $in->isa('interactive::gtk') and $::isWizard = 1; -- cgit v1.2.1