mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
Spelling - remaining code changes (#3963)
* spelling: commit * spelling: exclusion * spelling: initial * spelling: occurred * spelling: programmatically * spelling: should * spelling: successfully * spelling: committed * spelling: directly
This commit is contained in:
@@ -44,7 +44,7 @@ void Trace::PowerPreviewSettingsUpdated(LPCWSTR SettingsName, bool oldState, boo
|
||||
{
|
||||
TraceLoggingWrite(
|
||||
g_hProvider,
|
||||
"PowerPreview_TweakUISettings_SuccesfullyUpdatedSettings",
|
||||
"PowerPreview_TweakUISettings_SuccessfullyUpdatedSettings",
|
||||
TraceLoggingWideString(SettingsName, "Previewer_Settings_Name"),
|
||||
TraceLoggingBoolean(oldState, "Old_Settings_State"),
|
||||
TraceLoggingBoolean(newState, "New_Settings_State"),
|
||||
|
||||
Reference in New Issue
Block a user