From e607684604c2b4e8b233ee20fb185bdffe396d9f Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Wed, 2 Nov 2005 19:57:13 +0000 Subject: [PATCH] Change a FIXME message to a comment. --- dlls/imm32/imm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/imm32/imm.c b/dlls/imm32/imm.c index 9244a03702d..7f85c7fb0b7 100644 --- a/dlls/imm32/imm.c +++ b/dlls/imm32/imm.c @@ -980,9 +980,9 @@ HKL WINAPI ImmInstallIMEW( */ BOOL WINAPI ImmIsIME(HKL hKL) { - FIXME("(%p): semi-stub\n", hKL); + TRACE("(%p): semi-stub\n", hKL); /* - * Dead key locales will return TRUE here when they should not + * FIXME: Dead key locales will return TRUE here when they should not * There is probably a more proper way to check this. */ return (root_context != NULL);