Am 08.05.2011 05:14, schrieb James McKenzie:
- if (winetest_debug > 1) { test_WM_CHAR(); test_EM_FINDTEXT(); test_EM_GETLINE();
@@ -7090,6 +7368,8 @@ START_TEST( editor ) test_WM_GETDLGCODE(); test_zoom(); test_dialogmode();
- }
- test_EM_FINDWORDBREAK();
Hi, i guess you didn't meant to include that in your patch.
On 5/8/11 3:18 AM, André Hentschel wrote:
Am 08.05.2011 05:14, schrieb James McKenzie:
- if (winetest_debug> 1) { test_WM_CHAR(); test_EM_FINDTEXT(); test_EM_GETLINE();
@@ -7090,6 +7368,8 @@ START_TEST( editor ) test_WM_GETDLGCODE(); test_zoom(); test_dialogmode();
- }
- test_EM_FINDWORDBREAK();
Hi, i guess you didn't meant to include that in your patch.
Resending. Thanks for catching that from my tests.
James McKenzie