summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-11 14:09:25 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-11 14:09:25 +0000
commitc62456bb63308ec8f47c8a99dd5daa826489f09e (patch)
treef2150370d83dc32ef0d4e52d3ccf03f228dfe879
parenta97ac10b5bccbfbe2a29a6015fbfa9d1864888e1 (diff)
downloadcontrol-center-c62456bb63308ec8f47c8a99dd5daa826489f09e.tar
control-center-c62456bb63308ec8f47c8a99dd5daa826489f09e.tar.gz
control-center-c62456bb63308ec8f47c8a99dd5daa826489f09e.tar.bz2
control-center-c62456bb63308ec8f47c8a99dd5daa826489f09e.tar.xz
control-center-c62456bb63308ec8f47c8a99dd5daa826489f09e.zip
add an icon for draksnapshot
-rw-r--r--NEWS2
-rwxr-xr-xcontrol-center11
-rw-r--r--pixmaps/default/snapshots.pngbin0 -> 4754 bytes
-rw-r--r--pixmaps/default/snapshots_128.pngbin0 -> 14461 bytes
4 files changed, 13 insertions, 0 deletions
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
--- /dev/null
+++ b/pixmaps/default/snapshots.png
Binary files differ
diff --git a/pixmaps/default/snapshots_128.png b/pixmaps/default/snapshots_128.png
new file mode 100644
index 00000000..6e167cdf
--- /dev/null
+++ b/pixmaps/default/snapshots_128.png
Binary files differ