Update WelcomeScreen.cpp
Remove punctuation and capitalize abbreviation/code
This commit is contained in:
parent
2b825d2311
commit
8a83438d8a
|
@ -119,8 +119,8 @@ int CALLBACK WelcomeScreen::SelectDirCallBack(HWND hwnd, DWORD uMsg, DWORD /*lp*
|
|||
switch (uMsg)
|
||||
{
|
||||
case BFFM_INITIALIZED:
|
||||
// WParam is TRUE since you are passing a path.
|
||||
// It would be FALSE if you were passing a pidl.
|
||||
// WParam is TRUE since you are passing a path
|
||||
// It would be FALSE if you were passing a PIDL
|
||||
if (lpData)
|
||||
{
|
||||
SendMessage(hwnd, BFFM_SETSELECTION, TRUE, lpData);
|
||||
|
|
Loading…
Reference in New Issue