[ros-diffs] [dchapyshev] 33365: - Fix typo

dchapyshev at svn.reactos.org dchapyshev at svn.reactos.org
Thu May 8 15:18:24 CEST 2008


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=33365&r1=33364&r2=33365&view=diff
==============================================================================
--- 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';
             }



More information about the Ros-diffs mailing list