Update WelcomeScreen.cpp

Remove punctuation and capitalize abbreviation/code
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 03:33:42 -05:00
parent 2b825d2311
commit 8a83438d8a
1 changed files with 2 additions and 2 deletions

View File

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