From 967a2fd032f608e63500a2cadea8f15737723538 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 5 Sep 2007 14:54:14 +0000 Subject: add a transfugdrake entry --- control-center | 11 +++++++++++ pixmaps/default/migrationtools.png | Bin 0 -> 3369 bytes pixmaps/default/migrationtools_128.png | Bin 0 -> 10251 bytes 3 files changed, 11 insertions(+) create mode 100644 pixmaps/default/migrationtools.png create mode 100644 pixmaps/default/migrationtools_128.png diff --git a/control-center b/control-center index 4643c60b..f6a67441 100755 --- a/control-center +++ b/control-center @@ -459,6 +459,16 @@ my %programs = }, + "Migration" => + { + binary => "$sbindir/transfugdrake", + embedded => 1, + description => N("Import Windows(TM) documents and settings"), + long_description => N("Import Windows(TM) documents and settings"), + icon => 'migrationtools', + }, + + "Monitor Connection" => { binary => "$sbindir/net_monitor", @@ -1005,6 +1015,7 @@ my @tree = ( list => [ "Date & Time", "Localization", + "Migration", ] }, { diff --git a/pixmaps/default/migrationtools.png b/pixmaps/default/migrationtools.png new file mode 100644 index 00000000..f4e10995 Binary files /dev/null and b/pixmaps/default/migrationtools.png differ diff --git a/pixmaps/default/migrationtools_128.png b/pixmaps/default/migrationtools_128.png new file mode 100644 index 00000000..fc2f9687 Binary files /dev/null and b/pixmaps/default/migrationtools_128.png differ -- cgit v1.2.1