Next button text is now always added when needed, instfiles dialog is destroyed when needed.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1832 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-25 16:50:05 +00:00
parent 1aeb327658
commit 1a865438f0
4 changed files with 27 additions and 18 deletions

View file

@ -149,6 +149,8 @@ class CEXEBuild {
#define IsSet(s,lang) _IsSet(string_tables.size()?&(string_tables[0]->s):0,lang)
bool _IsSet(int *str, LANGID lang); // Checks if a string is set in a given string table
bool next_used, install_used;
// a whole bunch O data.
// Added by Amir Szekely 31st July 2002