summaryrefslogtreecommitdiffstats
path: root/dhcp_wizard
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp_wizard')
-rwxr-xr-xdhcp_wizard/Dhcp.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp_wizard/Dhcp.pm b/dhcp_wizard/Dhcp.pm
index bf2a322b..8d9fa0e1 100755
--- a/dhcp_wizard/Dhcp.pm
+++ b/dhcp_wizard/Dhcp.pm
@@ -45,9 +45,9 @@ my $o = {
interface => $wiz->{net}->default_itf
},
needed_rpm => [ 'dhcp-server' ],
- defaultimage => "/usr/share/wizards/dhcp_wizard/images/DHCP.png"
+ defaultimage => "/usr/share/mcc/themes/default/dhcp_server-mdk.png",
};
-$::Wizard_pix_up = "/usr/share/mcc/themes/default/dhcp_server-mdk.png";
+
$o->{pages} = {
welcome => {
name => N("DHCP Wizard") . "\n\n\n" . N("DHCP is a service that automatically assigns networking addresses to your workstations.") . "\n\n\n" . N("This wizard will help you configuring the DHCP services of your server."),