mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 01:08:18 +08:00
[runner] bug report could be created from tray (#9191)
This commit is contained in:
parent
a0faf4c8d1
commit
da6fc54d1c
12
.github/actions/spell-check/expect.txt
vendored
12
.github/actions/spell-check/expect.txt
vendored
@ -87,8 +87,6 @@ appxmanifest
|
||||
APSTUDIO
|
||||
AQS
|
||||
arcosh
|
||||
arsinh
|
||||
artanh
|
||||
ARemapped
|
||||
argb
|
||||
argc
|
||||
@ -100,6 +98,8 @@ arjunbalgovind
|
||||
ARPINSTALLLOCATION
|
||||
ARPPRODUCTICON
|
||||
ARRAYSIZE
|
||||
arsinh
|
||||
artanh
|
||||
Artboard
|
||||
asdf
|
||||
AShortcut
|
||||
@ -119,7 +119,6 @@ atlfile
|
||||
atlstr
|
||||
attr
|
||||
Attribs
|
||||
AUMID
|
||||
aumid
|
||||
AUTHN
|
||||
AUTOAPPEND
|
||||
@ -195,6 +194,7 @@ BTNFACE
|
||||
Bto
|
||||
buf
|
||||
BUFSIZE
|
||||
bugreport
|
||||
Buid
|
||||
buildcommand
|
||||
buildtools
|
||||
@ -469,7 +469,6 @@ DISPIDAMBIENTDLCONTROL
|
||||
DISPINFO
|
||||
Displayandhidethedesktop
|
||||
DISPLAYCHANGE
|
||||
DISPLAYNAME
|
||||
displayname
|
||||
divyan
|
||||
DLACTIVEXCTLS
|
||||
@ -862,7 +861,6 @@ HLSL
|
||||
hmenu
|
||||
hmodule
|
||||
hmon
|
||||
HMONITOR
|
||||
hmonitor
|
||||
HOLDENTER
|
||||
HOLDESC
|
||||
@ -981,7 +979,6 @@ IJson
|
||||
IList
|
||||
ILogon
|
||||
IMAGEHLP
|
||||
IMAGENAME
|
||||
imageresizer
|
||||
IMAGERESIZEREXT
|
||||
imageresizersettings
|
||||
@ -1852,7 +1849,7 @@ RUNLEVEL
|
||||
runsettings
|
||||
runtimeclass
|
||||
runtimeconfig
|
||||
Runtimes
|
||||
runtimes
|
||||
rv
|
||||
rvalue
|
||||
rvm
|
||||
@ -2492,7 +2489,6 @@ XOffset
|
||||
xpath
|
||||
XResource
|
||||
xsd
|
||||
xsi
|
||||
XSmall
|
||||
XStr
|
||||
XToolset
|
||||
|
@ -161,6 +161,12 @@
|
||||
<value>Exit</value>
|
||||
<comment>Exit as a verb, as in Exit the application</comment>
|
||||
</data>
|
||||
<data name="SUBMIT_BUG_TEXT" xml:space="preserve">
|
||||
<value>Report Bug</value>
|
||||
</data>
|
||||
<data name="BUGREPORT_SUCCESS" xml:space="preserve">
|
||||
<value>Bug report .zip file has been created on your Desktop.</value>
|
||||
</data>
|
||||
<data name="GITHUB_NEW_VERSION_USING_LOCAL_BUILD_ERROR" xml:space="preserve">
|
||||
<value>Updating from a local build is not supported.</value>
|
||||
<comment>User cannot autoupdate from a locally-built PowerToys version</comment>
|
||||
|
@ -17,4 +17,5 @@
|
||||
|
||||
#define ID_EXIT_MENU_COMMAND 40001
|
||||
#define ID_SETTINGS_MENU_COMMAND 40002
|
||||
#define ID_ABOUT_MENU_COMMAND 40003
|
||||
#define ID_ABOUT_MENU_COMMAND 40003
|
||||
#define ID_REPORT_BUG_COMMAND 40004
|
@ -10,6 +10,7 @@
|
||||
|