Changeset 186 for Mulberry/branches/users/kenneth_porter/FromTrunk/Win32/Sources/Application/Server/Browse_Dialog/CServerBrowseTable.cp
- Timestamp:
- 01/26/09 17:17:31 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/users/kenneth_porter/FromTrunk/Win32/Sources/Application/Server/Browse_Dialog/CServerBrowseTable.cp
r143 r186 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