PowerToys/src/runner/resource.base.h
Ben Constable 44ef29ca39
Add documentation links (#12598)
* Add documentation links

* Update src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>

* Update src/runner/Resources.resx

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>

* Swap order of repo and documentation

* Fix potential security issue

* Add seperator

* Fix failing test and build

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
2021-08-19 15:32:03 +01:00

22 lines
550 B
C

//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by runner.rc
//////////////////////////////
// Non-localizable
#define FILE_DESCRIPTION "PowerToys Runner"
#define INTERNAL_NAME "PowerToys"
#define ORIGINAL_FILENAME "PowerToys.exe"
// Non-localizable
//////////////////////////////
#define APPICON 101
#define ID_TRAY_MENU 102
#define ID_EXIT_MENU_COMMAND 40001
#define ID_SETTINGS_MENU_COMMAND 40002
#define ID_ABOUT_MENU_COMMAND 40003
#define ID_REPORT_BUG_COMMAND 40004
#define ID_DOCUMENTATION_MENU_COMMAND 40005