From 037ad6f483e9eaae5c9bbf89c373c21991ed8258 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 21 Jun 2006 09:17:32 +0000 Subject: fix defaultimage --- nfs_wizard/NFS.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nfs_wizard') diff --git a/nfs_wizard/NFS.pm b/nfs_wizard/NFS.pm index 66fa2757..4b19dd9e 100755 --- a/nfs_wizard/NFS.pm +++ b/nfs_wizard/NFS.pm @@ -39,9 +39,9 @@ my $o = { wiz_netmask => '' }, needed_rpm => [ 'nfs-utils' ], - defaultimage => "$ENV{__WIZ_HOME__}nfs_wizard/images/NFS.png" + defaultimage => "/usr/share/mcc/themes/default/nfs_server-mdk.png", }; -$::Wizard_pix_up = "/usr/share/mcc/themes/default/nfs_server-mdk.png"; + my %level = ( 1 => N("All - No access restriction"), 2 => N("Local Network - access for local network (recommended)") -- cgit v1.2.1