Err... now works :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1223 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
629c00577c
commit
bcb63fc14f
1 changed files with 1 additions and 1 deletions
|
@ -192,11 +192,11 @@ int CEXEBuild::SetUserString(char *name, LANGID lang, char *string) {
|
|||
StringList *user_strings_list;
|
||||
bool uninst;
|
||||
if (!(uninst = !strnicmp(name,"un.",3))) {
|
||||
name += 3;
|
||||
user_strings=&table->user_strings;
|
||||
user_strings_list=&build_userlangstrings;
|
||||
}
|
||||
else {
|
||||
name += 3;
|
||||
user_strings=&table->user_ustrings;
|
||||
user_strings_list=&ubuild_userlangstrings;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue