fixed bug #1411970 - Settings in HKLM instead of HKCU?
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4874 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3e66b3771a
commit
6e6b20ea64
4 changed files with 33 additions and 12 deletions
|
@ -40,6 +40,7 @@ void ErrorMessage(HWND hwnd,const char *str);
|
|||
void Items(HWND hwnd, int on);
|
||||
/*void DisableItems(HWND hwnd);
|
||||
void EnableItems(HWND hwnd);*/
|
||||
bool OpenRegSettingsKey(HKEY &hKey, bool create = false);
|
||||
void RestoreWindowPos(HWND hwnd);
|
||||
void SaveWindowPos(HWND hwnd);
|
||||
void ResetObjects();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue