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:
kichik 2002-11-11 17:30:55 +00:00
parent fc81283206
commit 279b1c3703
5 changed files with 14 additions and 3 deletions

View file

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