diff options
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center index 7fc07899..ee9f9104 100755 --- a/control-center +++ b/control-center @@ -124,7 +124,7 @@ my $exec_hash = "Console" => [ "drakconsole", "$sbindir/drakconsole", 1, N("Console") ], #The Console will help you to solve issues "Date & Time" => [ "clock", "$sbindir/clock.pl", 1, N("Date and time") ], "Display Manager chooser" => [ "drakedm", "$sbindir/drakedm", 1, N("Display manager") ], - "Fax" => [ "drakfax", "$sbindir/drakfax", 1, N("Fax") ], + "Fax" => [ "drakfax", "$bindir/drakfax", 1, N("Fax") ], "Firewall" => [ "drakfirewall", "$sbindir/drakfirewall", 1, N("Firewall") ], "Fonts" => [ "drakfont", "$sbindir/drakfont", 1, N("Fonts") ], "Graphical server configuration" => [ "XFdrake", "$sbindir/XFdrake", 1, N("Graphical server") ], |