mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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
|
@ -126,7 +126,7 @@ ERASE [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\n\
|
|||
/S Delete file from all sub directory\n\
|
||||
/A Select files to be deleted based on attributes.\n\
|
||||
attributes\n\
|
||||
R Read Only files\n\
|
||||
R Read-only files\n\
|
||||
S System files\n\
|
||||
A Archiveable files\n\
|
||||
H Hidden Files\n\
|
||||
|
|
|
@ -121,7 +121,7 @@ ERASE [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\n\
|
|||
/S Delete file from all sub directory\n\
|
||||
/A Select files to be deleted based on attributes.\n\
|
||||
attributes\n\
|
||||
R Read Only files\n\
|
||||
R Read-only files\n\
|
||||
S System files\n\
|
||||
A Archiveable files\n\
|
||||
H Hidden Files\n\
|
||||
|
|
|
@ -127,7 +127,7 @@ ERASE [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\n\
|
|||
/S Delete file from all sub directory\n\
|
||||
/A Select files to be deleted based on attributes.\n\
|
||||
attributes\n\
|
||||
R Read Only files\n\
|
||||
R Read-only files\n\
|
||||
S System files\n\
|
||||
A Archiveable files\n\
|
||||
H Hidden Files\n\
|
||||
|
|
|
@ -3138,7 +3138,7 @@ HandleTrayContextMenu:
|
|||
|
||||
LRESULT OnNcLButtonDblClick(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||
{
|
||||
/* Let the clock handle the double click */
|
||||
/* Let the clock handle the double-click */
|
||||
::SendMessageW(m_TrayNotify, uMsg, wParam, lParam);
|
||||
|
||||
/* We "handle" this message so users can't cause a weird maximize/restore
|
||||
|
|
|
@ -382,7 +382,7 @@ ButtonProc(IN HWND hwndDlg,
|
|||
/* Reset swap mouse button setting */
|
||||
SystemParametersInfo(SPI_SETMOUSEBUTTONSWAP, pButtonData->g_OrigSwapMouseButtons, NULL, 0);
|
||||
|
||||
/* Reset double click speed setting */
|
||||
/* Reset double-click speed setting */
|
||||
SystemParametersInfo(SPI_SETDOUBLECLICKTIME, pButtonData->g_OrigDoubleClickSpeed, NULL, 0);
|
||||
//SetDoubleClickTime(pButtonData->g_OrigDoubleClickSpeed);
|
||||
}
|
||||
|
|
|
@ -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)))
|
||||
{
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1018,7 +1018,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1018,7 +1018,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1014,7 +1014,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "&מתקדם >>"
|
||||
IDS_NEWEXT_NEW "<חדש>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "עליך לציין סיומת."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "סיומת בשימוש"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1019,7 +1019,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1016,7 +1016,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1012,7 +1012,7 @@ BEGIN
|
|||
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
|
||||
IDS_NEWEXT_NEW "<New>"
|
||||
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
|
||||
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
|
||||
|
||||
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"
|
||||
|
|
|
@ -1226,7 +1226,7 @@ If the target drive does not have a drive letter, this command also
|
|||
assigns a local drive letter (see '%1!s!HELP LINK') using the first
|
||||
available letter.
|
||||
|
||||
Read only files, NTFS encrypted/compressed files and ZIP compressed
|
||||
Read-only files, NTFS encrypted/compressed files and ZIP compressed
|
||||
image files (such as WinImage IMZ file) cannot be mounted directly
|
||||
and must be opened in RAM mode.
|
||||
|
||||
|
@ -1374,7 +1374,7 @@ OPTIONS:
|
|||
The trailing ':' is optional.
|
||||
The drive 0 is used if not specified.
|
||||
|
||||
/ON Enables the drive write protect - the drive becomes read only.
|
||||
/ON Enables the drive write protect - the drive becomes read-only.
|
||||
|
||||
/OFF Disables the drive write protect - the drive becomes writable.
|
||||
|
||||
|
|
|
@ -18781,16 +18781,16 @@ Severity=Success
|
|||
Facility=System
|
||||
SymbolicName=ERROR_WMI_READ_ONLY
|
||||
Language=English
|
||||
The WMI data item or data block is read only.
|
||||
The WMI data item or data block is read-only.
|
||||
.
|
||||
Language=Russian
|
||||
The WMI data item or data block is read only.
|
||||
The WMI data item or data block is read-only.
|
||||
.
|
||||
Language=Polish
|
||||
Element danych WMI lub blok danych są tylko do odczytu.
|
||||
.
|
||||
Language=Romanian
|
||||
The WMI data item or data block is read only.
|
||||
The WMI data item or data block is read-only.
|
||||
.
|
||||
|
||||
MessageId=4214
|
||||
|
@ -21620,16 +21620,16 @@ Severity=Success
|
|||
Facility=System
|
||||
SymbolicName=ERROR_FILE_READ_ONLY
|
||||
Language=English
|
||||
The specified file is read only.
|
||||
The specified file is read-only.
|
||||
.
|
||||
Language=Russian
|
||||
The specified file is read only.
|
||||
The specified file is read-only.
|
||||
.
|
||||
Language=Polish
|
||||
Podany plik jest tylko do odczytu.
|
||||
.
|
||||
Language=Romanian
|
||||
The specified file is read only.
|
||||
The specified file is read-only.
|
||||
.
|
||||
|
||||
MessageId=6010
|
||||
|
|
|
@ -4100,7 +4100,7 @@ Severity=Error
|
|||
Facility=System
|
||||
SymbolicName=STATUS_WMI_READ_ONLY
|
||||
Language=English
|
||||
The WMI data item or data block is read only.
|
||||
The WMI data item or data block is read-only.
|
||||
.
|
||||
|
||||
MessageId=0x2c7
|
||||
|
|
|
@ -1564,7 +1564,7 @@ BOOL co_IntProcessMouseMessage(MSG* msg, BOOL* RemoveMessages, BOOL* NotForUs, L
|
|||
}
|
||||
msg->lParam = MAKELONG( pt.x, pt.y );
|
||||
|
||||
/* translate double clicks */
|
||||
/* translate double-clicks */
|
||||
|
||||
if ((msg->message == WM_LBUTTONDOWN) ||
|
||||
(msg->message == WM_RBUTTONDOWN) ||
|
||||
|
@ -1573,7 +1573,7 @@ BOOL co_IntProcessMouseMessage(MSG* msg, BOOL* RemoveMessages, BOOL* NotForUs, L
|
|||
{
|
||||
BOOL update = *RemoveMessages;
|
||||
|
||||
/* translate double clicks -
|
||||
/* translate double-clicks -
|
||||
* note that ...MOUSEMOVEs can slip in between
|
||||
* ...BUTTONDOWN and ...BUTTONDBLCLK messages */
|
||||
|
||||
|
@ -1592,7 +1592,7 @@ BOOL co_IntProcessMouseMessage(MSG* msg, BOOL* RemoveMessages, BOOL* NotForUs, L
|
|||
message += (WM_LBUTTONDBLCLK - WM_LBUTTONDOWN);
|
||||
if (update)
|
||||
{
|
||||
MessageQueue->msgDblClk.message = 0; /* clear the double click conditions */
|
||||
MessageQueue->msgDblClk.message = 0; /* clear the double-click conditions */
|
||||
update = FALSE;
|
||||
}
|
||||
}
|
||||
|
@ -1604,7 +1604,7 @@ BOOL co_IntProcessMouseMessage(MSG* msg, BOOL* RemoveMessages, BOOL* NotForUs, L
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/* update static double click conditions */
|
||||
/* update static double-click conditions */
|
||||
if (update) MessageQueue->msgDblClk = *msg;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue