diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-09-05 14:54:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-09-05 14:54:14 +0000 |
commit | 967a2fd032f608e63500a2cadea8f15737723538 (patch) | |
tree | 9f9ab3fa3210e0b633dbca397eb9e8df54fbfc67 | |
parent | 46a1ba65cc9053ee9d3abeb3a3c062c83b589176 (diff) | |
download | control-center-967a2fd032f608e63500a2cadea8f15737723538.tar control-center-967a2fd032f608e63500a2cadea8f15737723538.tar.gz control-center-967a2fd032f608e63500a2cadea8f15737723538.tar.bz2 control-center-967a2fd032f608e63500a2cadea8f15737723538.tar.xz control-center-967a2fd032f608e63500a2cadea8f15737723538.zip |
add a transfugdrake entry
-rwxr-xr-x | control-center | 11 | ||||
-rw-r--r-- | pixmaps/default/migrationtools.png | bin | 0 -> 3369 bytes | |||
-rw-r--r-- | pixmaps/default/migrationtools_128.png | bin | 0 -> 10251 bytes |
3 files changed, 11 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 00000000..f4e10995 --- /dev/null +++ b/pixmaps/default/migrationtools.png diff --git a/pixmaps/default/migrationtools_128.png b/pixmaps/default/migrationtools_128.png Binary files differnew file mode 100644 index 00000000..fc2f9687 --- /dev/null +++ b/pixmaps/default/migrationtools_128.png |