Author: dchapyshev Date: Thu May 8 08:18:23 2008 New Revision: 33365
URL: http://svn.reactos.org/svn/reactos?rev=33365&view=rev Log: - Fix typo
Modified: trunk/reactos/dll/cpl/input/add.c
Modified: trunk/reactos/dll/cpl/input/add.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/input/add.c?rev=333... ============================================================================== --- trunk/reactos/dll/cpl/input/add.c [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/input/add.c [iso-8859-1] Thu May 8 08:18:23 2008 @@ -102,7 +102,6 @@ (GetLayoutCount(Lang) >= 1)) { wsprintf(SubPath, _T("d%03d%s"), GetLayoutCount(Lang)-1, Lang); - MessageBox(0, SubPath, NULL, MB_OK); } else SubPath[0] = '\0'; }