diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-10 18:50:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-10 18:50:56 +0000 |
commit | 51a3e8d7b31f51dc5cd33e9e9394fe7c7e26ad2f (patch) | |
tree | c1da192a4b9d0437d7861ef94fd03341ac708c8c | |
parent | 191975f386a015edd2709a33b31071830661101e (diff) | |
download | control-center-51a3e8d7b31f51dc5cd33e9e9394fe7c7e26ad2f.tar control-center-51a3e8d7b31f51dc5cd33e9e9394fe7c7e26ad2f.tar.gz control-center-51a3e8d7b31f51dc5cd33e9e9394fe7c7e26ad2f.tar.bz2 control-center-51a3e8d7b31f51dc5cd33e9e9394fe7c7e26ad2f.tar.xz control-center-51a3e8d7b31f51dc5cd33e9e9394fe7c7e26ad2f.zip |
use 'sound' iconf for "Sound Configuration"
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | control-center | 2 | ||||
-rw-r--r-- | pixmaps/default/sound-128.png | bin | 0 -> 8286 bytes | |||
-rw-r--r-- | pixmaps/default/sound.png | bin | 0 -> 2971 bytes |
4 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ - fix calling userdrake without consolehelper-gtk else we kill consolehelper-gtk instead of userdrake (#34892) +- use 'sound' iconf for "Sound Configuration" Version 10.17 - 7 March 2008, Thierry Vignaud diff --git a/control-center b/control-center index 606ca2bd..cc659bb4 100755 --- a/control-center +++ b/control-center @@ -344,7 +344,7 @@ my %programs = embedded => 1, description => N("Sound Configuration"), long_description => N("Sound Configuration"), - icon => 'harddrake-mdk', + icon => 'sound', }, diff --git a/pixmaps/default/sound-128.png b/pixmaps/default/sound-128.png Binary files differnew file mode 100644 index 00000000..0ae4bffc --- /dev/null +++ b/pixmaps/default/sound-128.png diff --git a/pixmaps/default/sound.png b/pixmaps/default/sound.png Binary files differnew file mode 100644 index 00000000..24e08449 --- /dev/null +++ b/pixmaps/default/sound.png |