mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
Fix "Shortcu" typo in file name (#1839)
Now the file is named "KeyboardShortcutManager.cs"
This commit is contained in:
parent
67a7a2821a
commit
d25cde553f
2 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
</Compile>
|
||||
<Compile Include="Common\AlwaysSelectedCollectionView.cs" />
|
||||
<Compile Include="Common\AppLifecycleLogger.cs" />
|
||||
<Compile Include="Common\KeyboardShortcuManager.cs" />
|
||||
<Compile Include="Common\KeyboardShortcutManager.cs" />
|
||||
<Compile Include="Common\ValidatingConverters.cs" />
|
||||
<Compile Include="Common\ViewState.cs" />
|
||||
<Compile Include="Controls\CalculationResult.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue