diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | control-center | 11 | ||||
-rw-r--r-- | pixmaps/default/snapshots.png | bin | 0 -> 4754 bytes | |||
-rw-r--r-- | pixmaps/default/snapshots_128.png | bin | 0 -> 14461 bytes |
4 files changed, 13 insertions, 0 deletions
@@ -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 Binary files differnew file mode 100644 index 00000000..699ebd88 --- /dev/null +++ b/pixmaps/default/snapshots.png diff --git a/pixmaps/default/snapshots_128.png b/pixmaps/default/snapshots_128.png Binary files differnew file mode 100644 index 00000000..6e167cdf --- /dev/null +++ b/pixmaps/default/snapshots_128.png |