Bazaar/XMLMenu : fixed some pick bugs in windows

git-svn-id: svn://ultimatepp.org/upp/trunk@7098 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2014-03-25 19:38:45 +00:00
parent 5fc3335b2a
commit 8b50691069
5 changed files with 43 additions and 11 deletions

View file

@ -320,8 +320,8 @@ void XMLBarEditor::treeContextAddCb(int mode)
item.isSeparator = true;
mode -= 4;
}
Value v = RawToValue(item);
String lbl = (item.IsSeparator() ? t_("<SEPARATOR>") : "");
Value v = RawPickToValue(item);
switch(mode)
{
case 1: