Author: weiden Date: Wed Sep 26 08:33:50 2007 New Revision: 29208
URL: http://svn.reactos.org/svn/reactos?rev=29208&view=rev Log: Fix copy&paste typo in comment
Modified: trunk/reactos/dll/cpl/main/mouse.c
Modified: trunk/reactos/dll/cpl/main/mouse.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/main/mouse.c?rev=29... ============================================================================== --- trunk/reactos/dll/cpl/main/mouse.c (original) +++ trunk/reactos/dll/cpl/main/mouse.c Wed Sep 26 08:33:50 2007 @@ -1846,7 +1846,7 @@ if (PropPages[i].uiReplaceWith != 0 && hpsxa != NULL && SHReplaceFromPropSheetExtArray(hpsxa, PropPages[i].uiReplaceWith, PropSheetAddPage, (LPARAM)&psh) != 0) { - /* The shell extension added one or more pages to replace the background page. + /* The shell extension added one or more pages to replace a page. Don't create the built-in page anymore! */ continue; }