diff options
author | Yves Duret <yduret@mandriva.com> | 2001-08-28 14:38:43 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2001-08-28 14:38:43 +0000 |
commit | 53368994092d47786d41e7bae30d5c981c0da2ee (patch) | |
tree | cda9477559f3339e2a293dbaa906a8025cf5f09c | |
parent | 4111f7e36fd82560ce5376502d2adce24d78f41e (diff) | |
download | control-center-53368994092d47786d41e7bae30d5c981c0da2ee.tar control-center-53368994092d47786d41e7bae30d5c981c0da2ee.tar.gz control-center-53368994092d47786d41e7bae30d5c981c0da2ee.tar.bz2 control-center-53368994092d47786d41e7bae30d5c981c0da2ee.tar.xz control-center-53368994092d47786d41e7bae30d5c981c0da2ee.zip |
diskdrake sux
-rwxr-xr-x | control-center | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/control-center b/control-center index 8a7fa1ed..febe2bcf 100755 --- a/control-center +++ b/control-center @@ -130,6 +130,7 @@ my %tree_exec = (_("Boot Disk") => "$_xbindir/drakfloppy.real", _("Boot Config") ); my %xapp = (_("Console") => ["rxvt", "rxvt", 1], + _("Mount Points") => ["$_sbindir/diskdrake", "Diskdrake", 1], _("client") => ["wiz $_wizdir/client_wizard/client.wiz", "wizdrake", 1], _("db") => ["wiz $_wizdir/db_wizard/db.wiz", "wizdrake", 1], _("dhcp") => ["wiz $_wizdir/dhcp_wizard/dhcp.wiz", "wizdrake", 1], |