[2/3] winex11.drv: There seems to be nothing to be done for IMN_SETOPENSTATUS.

Kusanagi Kouichi slash at ac.auone-net.jp
Wed Feb 24 05:04:01 CST 2010


Signed-off-by: Kusanagi Kouichi <slash at ac.auone-net.jp>
---
 dlls/winex11.drv/ime.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/ime.c b/dlls/winex11.drv/ime.c
index 242ecda..f9e0538 100644
--- a/dlls/winex11.drv/ime.c
+++ b/dlls/winex11.drv/ime.c
@@ -1311,7 +1311,7 @@ static LRESULT ImeHandleNotify(HIMC hIMC, HWND hwnd, UINT msg, WPARAM wParam,
             FIXME("WM_IME_NOTIFY:IMN_SETSENTENCEMODE\n");
             break;
         case IMN_SETOPENSTATUS:
-            FIXME("WM_IME_NOTIFY:IMN_SETOPENSTATUS\n");
+            TRACE("WM_IME_NOTIFY:IMN_SETOPENSTATUS\n");
             break;
         case IMN_SETCANDIDATEPOS:
             FIXME("WM_IME_NOTIFY:IMN_SETCANDIDATEPOS\n");
-- 
1.7.0




More information about the wine-patches mailing list