mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
spellcheck
This commit is contained in:
3
.github/actions/spell-check/expect.txt
vendored
3
.github/actions/spell-check/expect.txt
vendored
@@ -914,6 +914,7 @@ Lastdevice
|
||||
Laute
|
||||
laviusmotileng
|
||||
LAYOUTRTL
|
||||
Lbl
|
||||
LBUTTON
|
||||
LBUTTONDBLCLK
|
||||
LBUTTONDOWN
|
||||
@@ -1485,6 +1486,7 @@ ptrun
|
||||
ptstr
|
||||
pui
|
||||
PULONG
|
||||
pvalue
|
||||
pwa
|
||||
pwcs
|
||||
pwsh
|
||||
@@ -1929,6 +1931,7 @@ timedate
|
||||
timediff
|
||||
timeunion
|
||||
timeutil
|
||||
titlebar
|
||||
Titlecase
|
||||
TKey
|
||||
TLayout
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
CommandParameter="{x:Bind (models:Variable)}"
|
||||
Header="{x:Bind Name, Mode=TwoWay}"
|
||||
IsClickEnabled="True">
|
||||
<!-- TO DO: The Click event or Command can be used to trigger an action, e.g. show Edit dailog? -->
|
||||
<TextBlock
|
||||
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
|
||||
IsTextSelectionEnabled="True"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;ENVIRONMENTVARIABLESMODULEINTERFACE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
@@ -57,7 +57,7 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;ENVIRONMENTVARIABLESMODULEINTERFACE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
|
||||
@@ -253,7 +253,7 @@ public:
|
||||
|
||||
virtual void disable()
|
||||
{
|
||||
Logger::trace("EnvrionmentVariablesModuleInterface::disable()");
|
||||
Logger::trace("EnvironmentVariablesModuleInterface::disable()");
|
||||
if (m_enabled)
|
||||
{
|
||||
if (m_hShowEvent)
|
||||
|
||||
@@ -3389,7 +3389,7 @@ Activate by holding the key for the character you want to add an accent to, then
|
||||
<value>Learn more about Environment Variables</value>
|
||||
</data>
|
||||
<data name="Oobe_EnvironmentVariables.Description" xml:space="preserve">
|
||||
<value>Environment Variables is a quick utility for managing evnironment variables.</value>
|
||||
<value>Environment Variables is a quick utility for managing environment variables.</value>
|
||||
</data>
|
||||
<data name="Oobe_EnvironmentVariables.Title" xml:space="preserve">
|
||||
<value>Environment Variables</value>
|
||||
|
||||
Reference in New Issue
Block a user