KeyboardManager icon (#2875)

This commit is contained in:
Tomas Agustin Raies
2020-05-11 20:13:07 -07:00
committed by GitHub
parent 7551509f41
commit 4dfac02065
6 changed files with 21 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@@ -9,6 +9,7 @@ BEGIN
IDS_KEYBOARDMANAGER L"Keyboard Manager"
END
IDS_KEYBOARDMANAGER_ICON ICON L"Keyboard.ico"
1 VERSIONINFO
FILEVERSION 0,1,0,0

View File

@@ -132,6 +132,9 @@
<ItemGroup>
<ResourceCompile Include="KeyboardManager.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="Keyboard.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -1,2 +1,3 @@
#define IDS_SETTINGS_DESCRIPTION 101
#define IDS_KEYBOARDMANAGER 102
#define IDS_KEYBOARDMANAGER_ICON 103