diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | lib/MDV/Control_Center.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- use different icons for sources manager & drakstats + Version 11.8.1 - 1 October 2008, Thierry Vignaud - fix desktop menu entry (#44457) diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index c69474ba..2d9f0822 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -587,7 +587,7 @@ our %programs = embedded => 1, description => N("Configure media sources for install and update"), long_description => N("Select from where software packages are downloaded "), - icon => 'source-manager', + icon => 'rpmdrake-mdk', application_driven_menu => 1, }, |