From 6e178c82a9bb57772485c57b54d745e36ddad25a Mon Sep 17 00:00:00 2001 From: Papoteur Date: Wed, 18 Sep 2019 18:14:03 +0200 Subject: Add isodumper in applications of administration tools --- lib/MDV/Control_Center.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib') diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index a7930338..ff28cd39 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -358,6 +358,14 @@ our %programs = icon => 'migrationtools', }, + "Writing ISO" => + { + binary => "isodumper", + embedded => -1, + description => N("Writing ISO Images on a USB device or formatting"), + long_description => N("Writing a ISO Image on a USB device or formatting the device"), + icon => 'isodumper', + }, "Monitor Connection" => { -- cgit v1.2.1