From 3db8801f43c1185d0a27328322c2cecf4244cacc Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Wed, 26 Sep 2007 04:33:50 +0000 Subject: [PATCH] Fix copy&paste typo in comment svn path=/trunk/; revision=29208 --- reactos/dll/cpl/main/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/cpl/main/mouse.c b/reactos/dll/cpl/main/mouse.c index d748d5052d2..495269d7299 100644 --- a/reactos/dll/cpl/main/mouse.c +++ b/reactos/dll/cpl/main/mouse.c @@ -1846,7 +1846,7 @@ MouseApplet(HWND hwnd, UINT uMsg, LPARAM lParam1, LPARAM lParam2) 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; }