mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix copy&paste typo in comment
svn path=/trunk/; revision=29208
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user