Submenu replaced Menu after running jnlp file with <menu submenu="xxx"/> element
Windows platforms
Build: Tiger M3
Steps to reproduce:
- run any jnlp application with a sub-element <menu submenu="xxx"/> in the <shortcut> element
for example:
<title>Menu</title>
...................
<shortcut>
<menu submenu="Submenu">
</shortcut>
....................
It is suppose to create shortcut in the Menu of Start/Programs with the name "Menu" and submenu "Submenu". Instead shortcut created with the name "Submenu" and submenu with the name "Menu".
Windows platforms
Build: Tiger M3
Steps to reproduce:
- run any jnlp application with a sub-element <menu submenu="xxx"/> in the <shortcut> element
for example:
<title>Menu</title>
...................
<shortcut>
<menu submenu="Submenu">
</shortcut>
....................
It is suppose to create shortcut in the Menu of Start/Programs with the name "Menu" and submenu "Submenu". Instead shortcut created with the name "Submenu" and submenu with the name "Menu".