ChangeSet ID: 21052 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)winehq.org 2005/11/02 13:57:13 Modified files: dlls/imm32 : imm.c Log message: Mike McCormack <mike(a)codeweavers.com> Change a FIXME message to a comment. Patch: http://cvs.winehq.org/patch.py?id=21052 Old revision New revision Changes Path 1.42 1.43 +2 -2 wine/dlls/imm32/imm.c Index: wine/dlls/imm32/imm.c diff -u -p wine/dlls/imm32/imm.c:1.42 wine/dlls/imm32/imm.c:1.43 --- wine/dlls/imm32/imm.c:1.42 2 Nov 2005 19:57:13 -0000 +++ wine/dlls/imm32/imm.c 2 Nov 2005 19:57:13 -0000 @@ -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);
participants (1)
-
Alexandre Julliard