Changeset 326 for Mulberry/branches/users/kenneth_porter/From-shared-v4.1d1/Win32/Sources/Application/Server/Browse_Dialog/CServerBrowseTable.cp
- Timestamp:
- 03/14/10 19:59:00 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/users/kenneth_porter/From-shared-v4.1d1/Win32/Sources/Application/Server/Browse_Dialog/CServerBrowseTable.cp
r143 r326 69 69 70 70 // Allow multiple selections 71 ModifyStyle(0, LVS_SINGLESEL); 71 if (m_hWnd) 72 ModifyStyle(0, LVS_SINGLESEL); 72 73 } 73 74