 |
gamma_ray Magician
Joined: 17 Apr 2005 Posts: 496
|
Posted: Tue Sep 04, 2007 3:22 am
[2.02] menu caption in XML sets ID instead of caption |
Code: |
<menu caption="Copy Unwrapped" priority="180" id="116">
<value>$temp = %subregex(%selected, "\r\n", "|")
$temp = %subregex($temp, "\|\|", %crlf%crlf)
$temp = %subregex($temp, "\|", "; ")
$temp = %subregex($temp, " +", "; ";)
$temp = %trim($temp)
#call %clip($temp)</value>
</menu> |
Paste that in via XML, and you'll see that it ends up with an ID of "Copy Unwrapped" and no caption, i.e. if you right click it will show in the menu as a blank line. Setting the caption properly in the settings editor will change the ID to a blank line, leaves the XML the same. |
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Sep 04, 2007 4:57 pm |
Confirmed and added to bug list.
|
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|