Auto define of last page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1671 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fc81283206
commit
279b1c3703
5 changed files with 14 additions and 3 deletions
|
@ -526,7 +526,7 @@ nextPage:
|
|||
{
|
||||
process_string_fromtab(
|
||||
g_tmp+mystrlen(g_tmp),
|
||||
this_page->caption // post_func contains the caption for custom functions
|
||||
this_page->caption
|
||||
);
|
||||
|
||||
SetWindowText(hwndDlg,g_tmp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue