mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:32:55 +00:00
[REACTOS] Spelling fixes (#5534)
Fix spellings / hyphenation: `unassociate` ; `read-only` ; `double-click`
This commit is contained in:
parent
5a928bc4e2
commit
72ea2d4c26
28 changed files with 37 additions and 37 deletions
|
@ -135,7 +135,7 @@ CDeviceView::OnDoubleClick(
|
|||
GetCursorPos(&hitInfo.pt);
|
||||
ScreenToClient(m_hTreeView, &hitInfo.pt);
|
||||
|
||||
// Check if we are trying to double click an item
|
||||
// Check if we are trying to double-click an item
|
||||
hItem = TreeView_HitTest(m_hTreeView, &hitInfo);
|
||||
if (hItem != NULL && (hitInfo.flags & (TVHT_ONITEM | TVHT_ONITEMICON)))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue