No more STATE for labels, useless and buggy with line breaks

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2112 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-02-07 11:58:06 +00:00
parent fe3f9776a2
commit cdecc5971a
2 changed files with 3 additions and 0 deletions

View file

@ -390,6 +390,9 @@ bool SaveSettings(void) {
FREE(pszItem);
break;
}
case FIELD_LABEL:
*pszBuffer=0;
break;
default:
{
int nLength = SendMessage(pFields[nIdx].hwnd, WM_GETTEXTLENGTH, 0, 0);

Binary file not shown.