summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-12-16 16:51:29 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-12-16 16:51:29 +0000
commit112cc994d7707f5259efd97930e3b5ed1f32ca8e (patch)
tree15d7c8e5ef97ebb8e6177babc3a9612a9b82ef7c
parent897f4ff57d2215316cf764be606a9633c58fac96 (diff)
downloadcontrol-center-112cc994d7707f5259efd97930e3b5ed1f32ca8e.tar
control-center-112cc994d7707f5259efd97930e3b5ed1f32ca8e.tar.gz
control-center-112cc994d7707f5259efd97930e3b5ed1f32ca8e.tar.bz2
control-center-112cc994d7707f5259efd97930e3b5ed1f32ca8e.tar.xz
control-center-112cc994d7707f5259efd97930e3b5ed1f32ca8e.zip
embedd wizards
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 70d08b3b..79c4ad7a 100755
--- a/control-center
+++ b/control-center
@@ -241,7 +241,7 @@ my @tree =
[
(map {
my ($id, $wizard, $icon, $description) = @$_;
- $exec_hash->{$id} = [ "drakwizard", "$sbindir/drakwizard $wizard", -1, $description ];
+ $exec_hash->{$id} = [ "drakwizard", "$sbindir/drakwizard $wizard", 1, $description ];
[ $id, $icon ];
} (# [ id, wizard file name, icon, description ]
[ "DHCP wizard", "dhcp", 'dhcp_server-mdk', N("The DHCP wizard will help you configuring the DHCP services of your server") ],