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:
anders_k 2012-10-16 08:12:47 +00:00
parent cc12f76610
commit b76e823c5c
2 changed files with 40 additions and 38 deletions

View file

@ -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