mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
Fix copy&paste typo in comment
svn path=/trunk/; revision=29208
This commit is contained in:
parent
6648bd3f85
commit
3db8801f43
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue