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

Alexandre Julliard julliard at winehq.org
Thu Jun 10 12:22:49 CDT 2010


Module: wine
Branch: master
Commit: 04a6a14c1ff47d71b5a1a0edfd98328e121dea0b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=04a6a14c1ff47d71b5a1a0edfd98328e121dea0b

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 10 14:48:28 2010 +0200

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

---

 dlls/msi/dialog.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/msi/dialog.c b/dlls/msi/dialog.c
index 1b129e0..e0e27d1 100644
--- a/dlls/msi/dialog.c
+++ b/dlls/msi/dialog.c
@@ -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 );




More information about the wine-cvs mailing list