Skip to content

Commit

Permalink
Thanks Leonard!
Browse files Browse the repository at this point in the history
Co-authored-by: Leonard Hecker <[email protected]>
  • Loading branch information
carlos-zamora and lhecker authored May 31, 2023
1 parent 2e64d93 commit 4220a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsEditor/ColorSchemes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace winrt::Microsoft::Terminal::Settings::Editor::implementation
{
if (scheme.IsDefaultScheme())
{
winrt::hstring newName{ fmt::format(L"{} ({})", scheme.Name(), RS_(L"ColorScheme_DefaultTag/Text")) };
const auto newName = fmt::format(L"{} ({})", scheme.Name(), RS_(L"ColorScheme_DefaultTag/Text"));
Automation::AutomationProperties::SetName(ColorSchemeListView().ContainerFromItem(scheme), newName);
break;
}
Expand Down

0 comments on commit 4220a50

Please sign in to comment.