<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 15.10.2015 12:31, FreeMan wrote:<br>
</div>
<blockquote cite="mid:561F809D.9070608@delphiturkiye.com"
type="cite">
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
In r50059 toolbarconfig.pas<br>
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
procedure TIDEToolBarOptionsBase.SaveButtonNames(XMLConfig:
TXMLConfig; SubPath: String);<br>
..<br>
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
XMLConfig.SetDeleteValue(SubPath + 'Button' + IntToStr(I+1) +
'/Name', ButtonNames[I], '');<br>
<br>
has only this line, but loadbuttonnames has<br>
<br>
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
ButtonName := XMLConfig.GetValue(SubPath + 'Button' + IntToStr(I)
+ '/Name', '')<br>
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
if ButtonName = '' then // Old format<br>
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
ButtonName := XMLConfig.GetValue(SubPath + 'Buttons/Name' +
IntToStr(I) + '/Value', '');<br>
<br>
this is from my environmentoptions.xml after add "build project"
menu item, but its Caption has added shortcut and when save in
environmentoptions.xml like this. You can see extra added "/"
char, tag end chars.<br>
And I wanna ask question, if I'm not misunderstood, in new format,
captions are writing, if its yes its a problem.<br>
</blockquote>
<br>
Not captions but command/button names.<br>
I am still interested what the actual problem is.<br>
<br>
Ondrej<br>
</body>
</html>