diff options
author | David Baudens <baudens@mandriva.com> | 2004-09-29 09:51:09 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2004-09-29 09:51:09 +0000 |
commit | 4a5546b3cdf1e485706f58cccaefe07b737e97c8 (patch) | |
tree | 3d9f1958798b1d3326618b112ac7a794102a8acc | |
parent | 24f466e2a2482450715123e775ba82a026d41d11 (diff) | |
download | common-data-4a5546b3cdf1e485706f58cccaefe07b737e97c8.tar common-data-4a5546b3cdf1e485706f58cccaefe07b737e97c8.tar.gz common-data-4a5546b3cdf1e485706f58cccaefe07b737e97c8.tar.bz2 common-data-4a5546b3cdf1e485706f58cccaefe07b737e97c8.tar.xz common-data-4a5546b3cdf1e485706f58cccaefe07b737e97c8.zip |
Fix "Listen to Music Files" menu entry
-rw-r--r-- | mandrake_desk.spec | 6 | ||||
-rw-r--r-- | menu/mandrake_desk | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mandrake_desk.spec b/mandrake_desk.spec index a0658e7..98d86df 100644 --- a/mandrake_desk.spec +++ b/mandrake_desk.spec @@ -1,7 +1,7 @@ Summary: The Desktop configuration files for Mandrakelinux Name: mandrake_desk Version: 10.1 -Release: 12mdk +Release: 13mdk License: GPL URL: http://www.mandrakelinux.com/ Group: System/Configuration/Other @@ -144,6 +144,10 @@ rm -fr %buildroot %changelog +* Wed Sep 29 2004 David Baudens <baudens@mandrakesoft.com> 10.1-13mdk +- Fix task oriented menu to allow translations of "Listen to Music Files" menu + entry (Laurent Montel) + * Wed Sep 29 2004 David Baudens <baudens@mandrakesoft.com> 10.1-12mdk - Add missing menu entry for french Mandrakelinux documentation diff --git a/menu/mandrake_desk b/menu/mandrake_desk index 6da75f5..cf26ea3 100644 --- a/menu/mandrake_desk +++ b/menu/mandrake_desk @@ -118,7 +118,7 @@ ?package(gnome-media): needs="gnome" section="Enjoy Music and Video" title="Listen to Audio CDs" icon="/usr/share/pixmaps/gnome-cd.png" command="gnome-cd" # Listen to Music Files -?package(amarok): needs="kde" kde_filename="amarok" section="Enjoy Music and Video" title="Listen to Music Files" icon="amarok.png" command="amarok" kde_command="amarok %U" kde_mimetype="application/x-ogg;audio/x-vorbis;audio/basic;audio/x-mod;audio/x-mp3;audio/x-scpls;audio/x-mpegurl;audio/x-sid;audio/x-wav" kde_opt="\\nVersion=0.9.4\\nEncoding=UTF-8\\nGenericName=Audio Player\\nDocPath=amarok/index.html\\nTerminal=false\\nActions=Enqueue;\\nX-KDE-StartupNotify=false\\n[Desktop Action Enqueue]\\nExec=amarok -e %U\\nInitialPreference=15" +?package(amarok): needs="kde" kde_filename="amarok" section="Enjoy Music and Video" title="Listen to Music Files" icon="amarok.png" command="amarok" kde_command="amarok %U" mimetypes="application/x-ogg,audio/x-vorbis,audio/basic,audio/x-mod,audio/x-mp3,audio/x-scpls,audio/x-mpegurl,audio/x-sid,audio/x-wav" multiple_files="true" accept_url="true" kde_opt="\\nVersion=0.9.4\\nEncoding=UTF-8\\nInitialPreference=15\\nGenericName=Audio Player\\nDocPath=amarok/index.html\\nTerminal=false\\nActions=Enqueue;\\nX-KDE-StartupNotify=false" ?package(rhythmbox): needs="gnome" section="Enjoy Music and Video" title="Listen to Music Files" icon="rhythmbox.png" command="rhythmbox" startup_notify="true" |