From c62456bb63308ec8f47c8a99dd5daa826489f09e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 11 Mar 2008 14:09:25 +0000 Subject: add an icon for draksnapshot --- NEWS | 2 ++ control-center | 11 +++++++++++ pixmaps/default/snapshots.png | Bin 0 -> 4754 bytes pixmaps/default/snapshots_128.png | Bin 0 -> 14461 bytes 4 files changed, 13 insertions(+) create mode 100644 pixmaps/default/snapshots.png create mode 100644 pixmaps/default/snapshots_128.png diff --git a/NEWS b/NEWS index f75ae2da..a817b35b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- add an icon for draksnapshot + Version 10.18.1 - 10 March 2008, Thierry Vignaud - rename sound icon (#38767) diff --git a/control-center b/control-center index cc659bb4..2eb97079 100755 --- a/control-center +++ b/control-center @@ -186,6 +186,16 @@ my %programs = }, + "Snapshots" => + { + binary => "$sbindir/draksnapshot-config", + embedded => 1, + description => N("Snapshots"), + long_description => '', + icon => 'snapshots', + }, + + "Boot Config" => { binary => "$sbindir/drakboot --boot", @@ -1049,6 +1059,7 @@ my @tree = ( "Migration", if_(-x "$xbindir/drakcronat", "Programs scheduling"), "Backups", + 'Snapshots', "Virtualization", ] }, diff --git a/pixmaps/default/snapshots.png b/pixmaps/default/snapshots.png new file mode 100644 index 00000000..699ebd88 Binary files /dev/null and b/pixmaps/default/snapshots.png differ diff --git a/pixmaps/default/snapshots_128.png b/pixmaps/default/snapshots_128.png new file mode 100644 index 00000000..6e167cdf Binary files /dev/null and b/pixmaps/default/snapshots_128.png differ -- cgit v1.2.1