Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!NotEmpty().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -226,7 +226,7 @@ BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM lp, LPARAM pData)
|
||||
//
|
||||
// wParam = TRUE => lParam is a string and not a PIDL
|
||||
#ifndef __WXWINCE__
|
||||
SendMessage(hwnd, BFFM_SETSELECTION, TRUE, pData);
|
||||
::SendMessage(hwnd, BFFM_SETSELECTION, TRUE, pData);
|
||||
#endif
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user