spellcheck

This commit is contained in:
Stefan Markovic
2023-09-07 12:32:49 +02:00
parent 957da0c71b
commit 4c57187b44
5 changed files with 7 additions and 5 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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>

View File

@@ -253,7 +253,7 @@ public:
virtual void disable()
{
Logger::trace("EnvrionmentVariablesModuleInterface::disable()");
Logger::trace("EnvironmentVariablesModuleInterface::disable()");
if (m_enabled)
{
if (m_hShowEvent)

View File

@@ -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>