mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
KeyboardManager icon (#2875)
This commit is contained in:
committed by
GitHub
parent
7551509f41
commit
4dfac02065
BIN
src/modules/keyboardmanager/dll/Keyboard.ico
Normal file
BIN
src/modules/keyboardmanager/dll/Keyboard.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
#define IDS_SETTINGS_DESCRIPTION 101
|
||||
#define IDS_KEYBOARDMANAGER 102
|
||||
#define IDS_KEYBOARDMANAGER_ICON 103
|
||||
|
||||
Reference in New Issue
Block a user