summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xlib/MDV/Control_Center.pm4
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 41d11879..289764c2 100644
--- a/NEWS
+++ b/NEWS
@@ -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, ..."),