Fix copy&paste typo in comment

svn path=/trunk/; revision=29208
This commit is contained in:
Thomas Bluemel 2007-09-26 04:33:50 +00:00
parent 6648bd3f85
commit 3db8801f43

View file

@ -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;
}