Variables used in Caption can now be set in .onGuiInit (RFE #539)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6860 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ce7078517f
commit
d39ef1d219
6 changed files with 21 additions and 14 deletions
|
@ -58,7 +58,7 @@
|
|||
extern HANDLE dbd_hFile;
|
||||
#endif
|
||||
|
||||
TCHAR g_caption[NSIS_MAX_STRLEN*2];
|
||||
TCHAR g_caption[NSIS_MAX_STRLEN*2]; // Why does this have to be NSIS_MAX_STRLEN*2?
|
||||
#ifdef NSIS_CONFIG_VISIBLE_SUPPORT
|
||||
HWND g_hwnd;
|
||||
HANDLE g_hInstance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue