Fixed bugs in MRU list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2810 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d475c355fe
commit
d7fd03c06f
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ void BuildMRUMenu(HMENU hMenu)
|
|||
}
|
||||
|
||||
mii.dwTypeData = buf;
|
||||
mii.cch = sizeof(buf);
|
||||
mii.cch = lstrlen(buf)+1;
|
||||
mii.fState = MFS_ENABLED;
|
||||
InsertMenuItem(hMenu, IDM_MRU_FILE+i, FALSE, &mii);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue