diff options
author | Funda Wang <fwang@mageia.org> | 2013-02-08 18:26:47 +0000 |
---|---|---|
committer | Funda Wang <fwang@mageia.org> | 2013-02-08 18:26:47 +0000 |
commit | 5ab8f52c116f6f558901041ad6245120eacc3f18 (patch) | |
tree | b2cc80548a0c72cb9f824275f6354ad98577ccfd /Rpmdrake | |
parent | 3f0f13e9395bc57daad1bac86ba269323461ecc5 (diff) | |
download | rpmdrake-5ab8f52c116f6f558901041ad6245120eacc3f18.tar rpmdrake-5ab8f52c116f6f558901041ad6245120eacc3f18.tar.gz rpmdrake-5ab8f52c116f6f558901041ad6245120eacc3f18.tar.bz2 rpmdrake-5ab8f52c116f6f558901041ad6245120eacc3f18.tar.xz rpmdrake-5ab8f52c116f6f558901041ad6245120eacc3f18.zip |
update player icon
Diffstat (limited to 'Rpmdrake')
-rw-r--r-- | Rpmdrake/icon.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/icon.pm b/Rpmdrake/icon.pm index 3efdd7fc..01e5bf0f 100644 --- a/Rpmdrake/icon.pm +++ b/Rpmdrake/icon.pm @@ -146,7 +146,7 @@ my %group_icons = ( join('|', N("Sound"), N("Editors and Converters")) => 'sound_editors_section', join('|', N("Sound"), N("Midi")) => 'sound_midi_section', join('|', N("Sound"), N("Mixers")) => 'sound_mixers_section', - join('|', N("Sound"), N("Players")) => 'sound_section', + join('|', N("Sound"), N("Players")) => 'sound_players_section', join('|', N("Sound"), N("Utilities")) => 'sound_utilities_section', N("System") => 'system_section', join('|', N("System"), N("Base")) => 'system_section', |