mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
Bazaar/XMLMenu : made commands case-insensitive
git-svn-id: svn://ultimatepp.org/upp/trunk@12592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
60244e3729
commit
7718e446a8
3 changed files with 20 additions and 20 deletions
|
|
@ -656,7 +656,7 @@ void XMLMenuEditor::cmdContextEditCb(void)
|
|||
{
|
||||
XMLCmdEdit edit(commands, false);
|
||||
edit.cmdId <<= cmdPane.commandList.GetData();
|
||||
edit.cmdStr <<= commands.Get(cmdPane.commandList.GetData()).GetCommandString();
|
||||
edit.cmdStr <<= commands.Get(ToUpper(String(cmdPane.commandList.GetData()))).GetCommandString();
|
||||
int res = edit.RunAppModal();
|
||||
edit.Close();
|
||||
if(res == IDOK)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue