diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | lib/MDV/Control_Center.pm | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,5 @@ +- Change printerdrake by system-config-printer + Version 10.19 - 28 July 2008, Thierry Vignaud - update icons diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index 058be4ff..ac7f2621 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -462,8 +462,8 @@ our %programs = "Printer" => { - binary => "$sbindir/printerdrake", - embedded => 1, + binary => "$bindir/system-config-printer", + embedded => -1, description => N("Set up the printer(s), the print job queues, ..."), icon => 'printer-mcc-mdk', long_description => N("Set up the printer(s), the print job queues, ..."), |