winemenubuilder: Launch .lnk files directly from menus.
commit55e4eba2ec5657f2cac0591f0323897a1ad848a3
authorDamjan Jovanovic <damjan.jov@gmail.com>
Fri, 7 May 2010 06:29:02 +0000 (7 08:29 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 May 2010 10:48:12 +0000 (7 12:48 +0200)
tree70561031134131f90c83083c90fbc53b4c30bdf8
parent61493dee95741a67c16a71b4056a274c4b6efdcd
winemenubuilder: Launch .lnk files directly from menus.

The arguments of a .lnk file are complex, with quoting and escaping
rules and %windir%-style variable expansion, so winemenubuilder cannot
always convert them accurately to a .desktop file. But start.exe and
shell32 on the other hand can parse the .lnk file and run it
themselves, so use them instead.
programs/winemenubuilder/winemenubuilder.c