msi: Don't allow entering text in a scroll text richedit control.

This commit is contained in:
Alexandre Julliard 2010-06-10 14:48:28 +02:00
parent 294f4e2ff1
commit 04a6a14c1f
1 changed files with 2 additions and 0 deletions

View File

@ -1010,6 +1010,8 @@ MSIScrollText_WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
switch( msg )
{
case WM_GETDLGCODE:
return DLGC_WANTARROWS;
case WM_NCDESTROY:
msi_free( info );
RemovePropW( hWnd, szButtonData );