Skip to content

Commit

Permalink
Set window walker overview link (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
vldmr11080 committed Mar 28, 2020
1 parent 3028e70 commit 3896384
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 213 deletions.
18 changes: 14 additions & 4 deletions src/modules/windowwalker/dll/WindowWalker.rc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#include "resource.h"
#include "../../../common/version.h"

1 VERSIONINFO
FILEVERSION 0,1,0,0
PRODUCTVERSION 0,1,0,0
Expand All @@ -15,18 +18,25 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Company Name"
VALUE "CompanyName", COMPANY_NAME
VALUE "FileDescription", "$projectname$ Module"
VALUE "FileVersion", "0.1.0.0"
VALUE "FileVersion", FILE_VERSION_STRING
VALUE "InternalName", "$projectname$"
VALUE "LegalCopyright", "Copyright (C) 2019 Company Name"
VALUE "LegalCopyright", COPYRIGHT_NOTE
VALUE "OriginalFilename", "$projectname$.dll"
VALUE "ProductName", "$projectname$"
VALUE "ProductVersion", "0.1.0.0"
VALUE "ProductVersion", PRODUCT_VERSION_STRING
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END

STRINGTABLE
BEGIN
IDS_MODULE_NAME L"Window Walker"
IDS_GENERAL_DESCRIPTION L"A text-based Alt+Tab with search. Use Ctrl+Win to pop up."
IDS_OVERVIEW_LINK L"https://github.com/microsoft/PowerToys/blob/master/src/modules/windowwalker"
END

0 comments on commit 3896384

Please sign in to comment.