Module: wine Branch: master Commit: d29a301ccdfe7b0545def4f515d417f1f1264547 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d29a301ccdfe7b0545def4f515... Author: Dylan Smith <dylan.ah.smith(a)gmail.com> Date: Fri Jan 16 20:38:46 2009 -0500 richedit: Prevent sending Ctrl-C to console and ending tests. --- dlls/riched20/tests/editor.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c index 1d5a04d..aa78e2a 100644 --- a/dlls/riched20/tests/editor.c +++ b/dlls/riched20/tests/editor.c @@ -1471,7 +1471,7 @@ static void test_EM_SETOPTIONS(void) DestroyWindow(hwndRichEdit); hwndRichEdit = CreateWindow(RICHEDIT_CLASS, NULL, - WS_POPUP|WS_HSCROLL|WS_VSCROLL, + WS_POPUP|WS_HSCROLL|WS_VSCROLL|WS_VISIBLE, 0, 0, 200, 60, NULL, NULL, hmoduleRichEdit, NULL); ok(hwndRichEdit != NULL, "class: %s, error: %d\n",