Fix "Shortcu" typo in file name

Now the file is named "KeyboardShortcutManager.cs"
This commit is contained in:
Rose 2022-05-27 22:49:55 -04:00
commit 3db32b7303
2 changed files with 1 additions and 1 deletions

View file

@ -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" />