diff options
Diffstat (limited to 'dhcp_wizard/Dhcp.pm')
-rwxr-xr-x | dhcp_wizard/Dhcp.pm | 4 |
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."), |