Remove MRU menu separator when list is empty and delete empty MRU registry items
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6271 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cc12f76610
commit
b76e823c5c
2 changed files with 40 additions and 38 deletions
|
@ -62,7 +62,7 @@ void BuildMRUMenus();
|
|||
void LoadMRUFile(int position);
|
||||
void ClearMRUList();
|
||||
|
||||
BOOL FileExists(TCHAR *fname);
|
||||
bool FileExists(const TCHAR *fname);
|
||||
|
||||
HMENU FindSubMenu(HMENU hMenu, UINT uId);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue