* ChangeUI should warn when it cannot find a dialog.
* CDialogTemplate::Save needs to free the template with the correct function. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6535 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b7630502dc
commit
fd6400d44d
7 changed files with 21 additions and 30 deletions
|
@ -134,6 +134,7 @@ public:
|
|||
#endif
|
||||
void ConvertToRTL();
|
||||
BYTE* Save(DWORD& dwSize);
|
||||
static void FreeSavedTemplate(BYTE*pDT) { delete [] pDT; }
|
||||
DWORD GetSize();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue