mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
Spelling: ... src/modules (#3712)
This commit is contained in:
@@ -184,7 +184,7 @@ public:
|
||||
}
|
||||
|
||||
// Return array of the names of all events that this powertoy listens for, with
|
||||
// nullptr as the last element of the array. Nullptr can also be retured for empty list.
|
||||
// nullptr as the last element of the array. Nullptr can also be returned for empty list.
|
||||
virtual PCWSTR* get_events() override
|
||||
{
|
||||
return nullptr;
|
||||
|
||||
@@ -374,7 +374,7 @@ void CPowerRenameUI::_Cleanup()
|
||||
|
||||
void CPowerRenameUI::_EnumerateItems(_In_ IUnknown* pdtobj)
|
||||
{
|
||||
// Enumerate the data object and popuplate the manager
|
||||
// Enumerate the data object and populate the manager
|
||||
if (m_spsrm)
|
||||
{
|
||||
m_disableCountUpdate = true;
|
||||
@@ -640,7 +640,7 @@ void CPowerRenameUI::_OnInitDlg()
|
||||
_InitAutoComplete();
|
||||
|
||||
// Disable rename button by default. It will be enabled in _UpdateCounts if
|
||||
// there are tiems to be renamed
|
||||
// there are times to be renamed
|
||||
EnableWindow(GetDlgItem(m_hwnd, ID_RENAME), FALSE);
|
||||
|
||||
// Update UI elements that depend on number of items selected or to be renamed
|
||||
|
||||
Reference in New Issue
Block a user